diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-21 02:15:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-21 02:15:53 +0000 |
commit | 601ec75c9d069b1c3ec7aa64aecf04e5cdf11bda (patch) | |
tree | 10b83d9311efeb66914c87111d2cbc7578434e55 /package/Makefile | |
parent | 204ceaa626292179b19639c8a6e65f7b9e397734 (diff) | |
download | upstream-601ec75c9d069b1c3ec7aa64aecf04e5cdf11bda.tar.gz upstream-601ec75c9d069b1c3ec7aa64aecf04e5cdf11bda.tar.bz2 upstream-601ec75c9d069b1c3ec7aa64aecf04e5cdf11bda.zip |
Add wput package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1004 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 59119ef68f..c5a3c07096 100644 --- a/package/Makefile +++ b/package/Makefile @@ -94,6 +94,7 @@ package-$(BR2_PACKAGE_USBUTILS) += usbutils package-$(BR2_PACKAGE_VSFTPD) += vsftpd package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools package-$(BR2_PACKAGE_WOL) += wol +package-$(BR2_PACKAGE_WPUT) += wput package-$(BR2_PACKAGE_XINETD) += xinetd package-$(BR2_PACKAGE_ZLIB) += zlib |