summaryrefslogtreecommitdiffstats
path: root/target/Makefile
Commit message (Expand)AuthorAgeFilesLines
* target: do not make target/*/install depend on target/*/compile - removes one...Felix Fietkau2012-06-061-4/+1
* imagebuilder: fix parallel building (closes #11117)Gabor Juhos2012-03-131-1/+4
* Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The t...Felix Fietkau2009-11-141-2/+2
* some more build system cleanupFelix Fietkau2008-08-171-1/+0
* large improvement for parallel builds. works without V=99 now and without war...Felix Fietkau2008-06-091-0/+1
* fix a dependency bugFelix Fietkau2007-08-301-5/+3
* only build sdk and imagebuilder at target/install timeFelix Fietkau2007-07-311-2/+2
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-45/+13
* don't run the image prereq check if the image directory does not existFelix Fietkau2007-07-161-1/+1
* Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ...Felix Fietkau2007-06-041-1/+1
* implement quilt handling for the kernel tree ... and there was much rejoicing!Felix Fietkau2007-06-031-1/+1
* the default_subtargets template was a bad idea, since different makefiles req...Felix Fietkau2007-04-181-1/+2
* use default_subtargets in package/Makefile and target/MakefileFelix Fietkau2007-02-261-11/+1
* clean up a few things in image build makefiles and fix unnecessary grub rebuildsFelix Fietkau2007-02-251-1/+1
* Fix config checks for Image Builder and SDK - only build them when requested....Felix Fietkau2007-01-141-1/+9
* Add initial version of the new Image Builder It's still a bit rough in a few ...Felix Fietkau2007-01-101-6/+8
* move target/utils to tools/firmware-utilsFelix Fietkau2006-12-061-2/+1
* move target/image/platform to target/linux/platform/image platform directorie...Mike Baker2006-11-281-4/+7
* add prereq checks for target/linux/* and target/image/*, check for fdisk for ...Felix Fietkau2006-11-181-0/+4
* leave out the ccache directory when copying the staging dir into the sdk (#843)Felix Fietkau2006-10-141-1/+0
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+49
;match_parent" android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeight" android:orientation="horizontal" android:singleLine="true" android:paddingLeft="8dp" android:paddingRight="16dp" android:paddingTop="4dp" android:paddingBottom="4dp"> <CheckBox android:id="@+id/import_item_selected" android:layout_width="wrap_content" android:layout_height="match_parent" android:paddingRight="8dp" android:paddingTop="2dp" android:gravity="top|center" android:clickable="false" android:focusable="false" android:focusableInTouchMode="false" /> <!-- focusable and clickable MUST be false to handle click and longClick in ListView Activity --> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <LinearLayout android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical"> <TextView android:id="@+id/import_item_user_id" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Alice" android:textAppearance="?android:attr/textAppearanceMedium" /> <TextView android:id="@+id/import_item_user_id_email" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="alice@example.com" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/import_item_key_id" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="Key ID: abcd abcd abcd abcd" android:textAppearance="?android:attr/textAppearanceSmall" /> </LinearLayout> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="right" android:orientation="vertical" android:paddingLeft="4dp"> <ImageView android:id="@+id/import_item_status" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:src="@drawable/status_signature_revoked_cutout_24dp" android:padding="16dp" /> <TextView android:id="@+id/import_item_algorithm" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="RSA" android:textAppearance="?android:attr/textAppearanceSmall" /> </LinearLayout> </LinearLayout> <View android:id="@+id/import_item_status_divider" android:layout_width="match_parent" android:layout_height="1dip" android:gravity="right" android:layout_marginBottom="2dp" android:layout_marginTop="2dp" android:background="?android:attr/listDivider" /> <LinearLayout android:id="@+id/import_item_user_ids_list" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" /> <TextView android:id="@+id/import_item_fingerprint" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="0000 0000 0000 0000 0000\n0000 0000 0000 0000 0000" android:typeface="monospace" android:textAppearance="?android:attr/textAppearanceSmall" /> </LinearLayout> </LinearLayout>