diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-10-23 10:46:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-10-23 10:46:19 +0000 |
commit | b40a6c7c52f728a2c1b63b1ad257d5a7b7660144 (patch) | |
tree | 9e3f5f455303e0c3a08ed2a94776d28b00dd6904 /target/linux/adm5120/router_le/profiles | |
parent | d0b5834db8bd6267950564359105d36546155908 (diff) | |
download | upstream-b40a6c7c52f728a2c1b63b1ad257d5a7b7660144.tar.gz upstream-b40a6c7c52f728a2c1b63b1ad257d5a7b7660144.tar.bz2 upstream-b40a6c7c52f728a2c1b63b1ad257d5a7b7660144.zip |
The RB513 CF driver is now a module, enable it by default for the RB1xx profile.
Fix the membase of the CF driver.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9416 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/router_le/profiles')
-rw-r--r-- | target/linux/adm5120/router_le/profiles/RB1xx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/router_le/profiles/RB1xx.mk b/target/linux/adm5120/router_le/profiles/RB1xx.mk index 76e4ad87fb..fddcb63961 100644 --- a/target/linux/adm5120/router_le/profiles/RB1xx.mk +++ b/target/linux/adm5120/router_le/profiles/RB1xx.mk @@ -7,7 +7,7 @@ define Profile/RouterBoard NAME:=Mikrotik RouterBoard 1xx family - PACKAGES:=kmod-madwifi + PACKAGES:=kmod-madwifi kmod-rb153-cf endef define Profile/RouterBoard/Description |