Changeset f65ebbc in freewrt
- Timestamp:
- Mar 17, 2007, 2:02:24 AM (19 years ago)
- Children:
- 870da3e
- Parents:
- 6513311
- Location:
- package/busybox
- Files:
-
- 3 edited
-
Makefile (modified) (1 diff)
-
config/Config.in (modified) (1 diff)
-
patches/950-unportability.patch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/busybox/Makefile
r6513311 rf65ebbc 9 9 PKG_NAME:= busybox 10 10 PKG_VERSION:= 1.4.1 11 PKG_RELEASE:= 811 PKG_RELEASE:= 9 12 12 PKG_MD5SUM:= 5728403bce309cdabcffa414e2e64052 13 13 PKG_INIT:= 60 -
package/busybox/config/Config.in
r6513311 rf65ebbc 83 83 84 84 config BUSYBOX_CONFIG_FEATURE_COMPRESS_USAGE 85 bool "Store applet usage messages in compressed form" 86 default y 87 depends on BUSYBOX_CONFIG_SHOW_USAGE 88 help 89 Store usage messages in compressed form, uncompress them on-the-fly 90 when <applet> --help is called. 91 92 If you have a really tiny busybox with few applets enabled (and 93 bunzip2 isn't one of them), the overhead of the decompressor might 94 be noticeable. Also, if you run executables directly from ROM 95 and have very little memory, this might not be a win. Otherwise, 96 you probably want this. 85 bool 86 default n 97 87 98 88 config BUSYBOX_CONFIG_FEATURE_INSTALLER -
package/busybox/patches/950-unportability.patch
r6513311 rf65ebbc 12 12 debug=false 13 13 14 --- busybox-1.4.1/applets/Kbuild.orig Sat Mar 17 00:33:13 2007 15 +++ busybox-1.4.1/applets/Kbuild Sat Mar 17 00:33:39 2007 16 @@ -7,16 +7,3 @@ 17 obj-y:= 18 obj-y += applets.o 19 obj-y += busybox.o 20 - 21 -# Generated file needs additional love 22 - 23 -applets/applets.o: include/usage_compressed.h 24 - 25 -hostprogs-y += usage 26 -always := $(hostprogs-y) 27 -HOSTCFLAGS_usage.o = -I$(srctree)/include 28 - 29 -quiet_cmd_gen_usage_compressed = GEN include/usage_compressed.h 30 - cmd_gen_usage_compressed = $(srctree)/applets/usage_compressed include/usage_compressed.h applets 31 -include/usage_compressed.h: $(srctree)/include/usage.h applets/usage 32 - $(call cmd,gen_usage_compressed)
Note:
See TracChangeset
for help on using the changeset viewer.
