Changeset 259 for floppyfw/package/busybox/Config.in
- Timestamp:
- 01/18/09 14:12:42 (3 years ago)
- Files:
-
- 1 modified
-
floppyfw/package/busybox/Config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floppyfw/package/busybox/Config.in
r231 r259 6 6 config BR2_PACKAGE_BUSYBOX_SNAPSHOT 7 7 bool "Use the daily snapshot of BusyBox?" 8 depends BR2_PACKAGE_BUSYBOX8 depends on BR2_PACKAGE_BUSYBOX 9 9 default y 10 10 help … … 20 20 config BR2_PACKAGE_BUSYBOX_CONFIG 21 21 string "Alternative Busybox configuration file, has to reside in configs/" 22 depends BR2_PACKAGE_BUSYBOX22 depends on BR2_PACKAGE_BUSYBOX 23 23 default "" 24 24 help