Changeset 3917
- Timestamp:
- 02/23/10 22:22:49 (2 years ago)
- Files:
-
- trunk/freewrt/package/Config.in (modified) (1 diff)
- trunk/freewrt/package/Depends.mk (modified) (1 diff)
- trunk/freewrt/package/Makefile (modified) (1 diff)
- trunk/freewrt/package/sed (added)
- trunk/freewrt/package/sed/Config.in (added)
- trunk/freewrt/package/sed/Makefile (added)
- trunk/freewrt/package/sed/info.mk (added)
- trunk/freewrt/package/sed/ipkg (added)
- trunk/freewrt/package/sed/ipkg/sed.control (added)
- trunk/freewrt/package/sed/patches (added)
- trunk/freewrt/package/sed/patches/patch-doc_Makefile_am (added)
- trunk/freewrt/package/sed/patches/patch-doc_Makefile_in (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Config.in
r3890 r3917 480 480 source "package/pciutils/Config.in" 481 481 source "package/procps/Config.in" 482 source "package/sed/Config.in" 482 483 source "package/sispmctl/Config.in" 483 484 source "package/strace/Config.in" trunk/freewrt/package/Depends.mk
r3892 r3917 136 136 scdp-compile: libnet-compile 137 137 screen-compile: ncurses-compile 138 sed-compile: libiconv-compile 138 139 serdisplib-compile: libgd-compile libusb-compile 139 140 sipp-compile: ncurses-compile uclibc++-compile libpthread-compile trunk/freewrt/package/Makefile
r3890 r3917 111 111 package-$(FWRT_COMPILE_GNUTLS) += gnutls 112 112 package-$(FWRT_PACKAGE_GPG) += gpg 113 package-$(FWRT_PACKAGE_SED) += sed 113 114 package-$(FWRT_PACKAGE_GPSD) += gpsd 114 115 package-$(FWRT_COMPILE_GSM) += gsm


