diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-21 02:15:53 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-21 02:15:53 +0000 |
commit | 79305021999c5d08bfceb2c42b658039a12076f1 (patch) | |
tree | 3293e4d30094a5073f86bfa7a573910a56ac8406 /openwrt/package/Makefile | |
parent | 114b4a69dfcdf7b7ece1bbd003ddd989344f1d19 (diff) |
Add wput package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1004 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 59119ef68f..c5a3c07096 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |