Changeset 1298
- Timestamp:
- 12/16/06 10:25:59 (5 years ago)
- Files:
-
- trunk/freewrt/package/Config.in (modified) (1 diff)
- trunk/freewrt/package/Makefile (modified) (1 diff)
- trunk/freewrt/package/bash (added)
- trunk/freewrt/package/bash/Config.in (added)
- trunk/freewrt/package/bash/Makefile (added)
- trunk/freewrt/package/bash/files (added)
- trunk/freewrt/package/bash/ipkg (added)
- trunk/freewrt/package/bash/ipkg/bash.control (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Config.in
r1293 r1298 29 29 menu "Shells" 30 30 source "package/Config.shell" 31 source "package/bash/Config.in" 31 32 endmenu 32 33 trunk/freewrt/package/Makefile
r1293 r1298 14 14 package-$(FWRT_COMPILE_AVAHI) += avahi 15 15 package-$(FWRT_COMPILE_AXTLS) += axtls 16 package-$(FWRT_COMPILE_BASH) += bash 16 17 package-$(FWRT_COMPILE_BC) += bc 17 18 package-$(FWRT_COMPILE_BIND) += bind


