diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-01 22:48:53 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-01 22:48:53 +0000 |
commit | 53a1653b16a5153f3b2dd5dc4de32164ef8ca442 (patch) | |
tree | ece6dd49c8d58d965f30964a4b470b3a6acc62ad /target | |
parent | 4f5142fe4df2692c095a64d89ad81e612058a62d (diff) |
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
Diffstat (limited to 'target')
-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 ef5ebdf4d..583610a65 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 |