diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-07 22:44:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-07 22:44:29 +0000 |
commit | fe7b34efdbf394a6c8f3cba8c6c87d057da4aa90 (patch) | |
tree | 666156c4db4aedad4fb084383ab59ba96752a4b9 /openwrt/package/Makefile | |
parent | ed6bf70bd42b1ea0cef21ffc1ba0ae6e7df5186a (diff) | |
download | mtk-20170518-fe7b34efdbf394a6c8f3cba8c6c87d057da4aa90.zip mtk-20170518-fe7b34efdbf394a6c8f3cba8c6c87d057da4aa90.tar.gz mtk-20170518-fe7b34efdbf394a6c8f3cba8c6c87d057da4aa90.tar.bz2 |
add reaim (thanks to Florian Fainelli)
SVN-Revision: 2072
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 564fd92..fbb3de8 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -146,6 +146,7 @@ package-$(BR2_PACKAGE_QUAGGA) += quagga package-$(BR2_PACKAGE_RADVD) += radvd package-$(BR2_PACKAGE_RARPD) += rarpd package-$(BR2_PACKAGE_READLINE) += readline +package-$(BR2_PACKAGE_REAIM) += reaim package-$(BR2_PACKAGE_ROBOCFG) += robocfg package-$(BR2_COMPILE_RP_PPPOE) += rp-pppoe package-$(BR2_PACKAGE_RRDCOLLECT) += rrdcollect |