diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-01-05 20:05:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-01-05 20:05:39 +0000 |
commit | 59611c967485bf6d1d9f923ef81a350fa6974ca1 (patch) | |
tree | 542748be1240a486ffd7cc4a088cb3bbfd0d40cc /openwrt/target/linux/package/Makefile | |
parent | 2e3cea7330fe982ce22bc606610ca5d86dd6ebeb (diff) | |
download | mtk-20170518-59611c967485bf6d1d9f923ef81a350fa6974ca1.zip mtk-20170518-59611c967485bf6d1d9f923ef81a350fa6974ca1.tar.gz mtk-20170518-59611c967485bf6d1d9f923ef81a350fa6974ca1.tar.bz2 |
Added support for Eagle 8051 based USB ADSL modems (such as the Sagem F@st800)
SVN-Revision: 2841
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
-rw-r--r-- | openwrt/target/linux/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index 059a67d..5fc604d 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -14,6 +14,7 @@ package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan package-$(BR2_PACKAGE_KMOD_SHFS) += shfs package-$(BR2_PACKAGE_KMOD_SPCA5XX) += spca5xx package-$(BR2_PACKAGE_KMOD_SWITCH) += switch +package-$(BR2_PACKAGE_KMOD_UEAGLE_ATM) += ueagle-atm package-y += base-files bcm43xx-dscape-compile: ieee80211-dscape-compile |