diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-19 11:37:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-19 11:37:53 +0000 |
commit | 11903d84487ab6b3b78b0f130e00e31ce93c7381 (patch) | |
tree | 5d6ae35e1ae776eeb4b00aa4b9093f4381b8c7b5 /package/Makefile | |
parent | 8a684016026dc4ae2a91cca5d7df52d950a33ac3 (diff) | |
download | upstream-11903d84487ab6b3b78b0f130e00e31ce93c7381.tar.gz upstream-11903d84487ab6b3b78b0f130e00e31ce93c7381.tar.bz2 upstream-11903d84487ab6b3b78b0f130e00e31ce93c7381.zip |
add wrt-radauth package (thanks to Florian Fainelli)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2180 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 ab95cab6c5..4aa9b3a747 100644 --- a/package/Makefile +++ b/package/Makefile @@ -200,6 +200,7 @@ package-$(BR2_PACKAGE_WOL) += wol package-$(BR2_PACKAGE_WONDERSHAPER) += wondershaper package-$(BR2_PACKAGE_WPA_SUPPLICANT) += wpa_supplicant package-$(BR2_PACKAGE_WPUT) += wput +package-$(BR2_PACKAGE_WRT_RADAUTH) += wrt-radauth package-$(BR2_PACKAGE_XINETD) += xinetd package-$(BR2_PACKAGE_ZLIB) += zlib |