diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-01 22:48:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-01 22:48:53 +0000 |
commit | fc61c107f06eb948074f74182dc2e47890c17dd7 (patch) | |
tree | 654437fbdcdb2807f1f12dd6b11dda1fa10af480 /target/linux/ramips | |
parent | 6a0b84e6719221f78d32b35ada6a9385a16dc4b3 (diff) | |
download | upstream-fc61c107f06eb948074f74182dc2e47890c17dd7.tar.gz upstream-fc61c107f06eb948074f74182dc2e47890c17dd7.tar.bz2 upstream-fc61c107f06eb948074f74182dc2e47890c17dd7.zip |
ramips: rt288x: add swconfig and rtl8366{s,_smi} drivers to the default profile
It is needed by the RT-N15 board.
SVN-Revision: 29389
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/rt288x/profiles/00-default.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt288x/profiles/00-default.mk b/target/linux/ramips/rt288x/profiles/00-default.mk index ef5ebdf4d1..583610a65a 100644 --- a/target/linux/ramips/rt288x/profiles/00-default.mk +++ b/target/linux/ramips/rt288x/profiles/00-default.mk @@ -7,7 +7,7 @@ define Profile/Default NAME:=Default Profile - PACKAGES:= + PACKAGES:=kmod-switch-rtl8366s kmod-swconfig swconfig endef define Profile/Default/Description |