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 | 68c76b9f5470757b1e1cba275a1cf6346430a96d (patch) | |
tree | ece6dd49c8d58d965f30964a4b470b3a6acc62ad | |
parent | 4f7cf5fe4b5656ada1f4130934baf9a9051f2fe8 (diff) | |
download | upstream-68c76b9f5470757b1e1cba275a1cf6346430a96d.tar.gz upstream-68c76b9f5470757b1e1cba275a1cf6346430a96d.tar.bz2 upstream-68c76b9f5470757b1e1cba275a1cf6346430a96d.zip |
ramips: rt288x: add swconfig and rtl8366{s,_smi} drivers to the default profile
It is needed by the RT-N15 board.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29389 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |