diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:37 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:37 +0000 |
commit | 30a579c6744eab2184689b680424be49369d7ad6 (patch) | |
tree | 3f52666e94763da4cbe6952f3f01e14a8033c5bc /target/linux/brcm63xx/profiles | |
parent | 16ea19053a5dc32d9fc18f2ab10d0e369320a373 (diff) | |
download | upstream-30a579c6744eab2184689b680424be49369d7ad6.tar.gz upstream-30a579c6744eab2184689b680424be49369d7ad6.tar.bz2 upstream-30a579c6744eab2184689b680424be49369d7ad6.zip |
brcm63xx: move dsl-2640u to dts
Also build image again(?).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44988
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r-- | target/linux/brcm63xx/profiles/d-link.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/d-link.mk b/target/linux/brcm63xx/profiles/d-link.mk index 71f6421535..ede72b2325 100644 --- a/target/linux/brcm63xx/profiles/d-link.mk +++ b/target/linux/brcm63xx/profiles/d-link.mk @@ -14,6 +14,15 @@ define Profile/DSL2640B_B/Description endef $(eval $(call Profile,DSL2640B_B)) +define Profile/DSL2640U + NAME:=D-Link DSL-2640U/BRU/C + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/DSL2640U/Description + Package set optimized for DSL-2640U +endef +$(eval $(call Profile,DSL2640U)) + define Profile/DSL2650U NAME:=D-Link DSL-2650U PACKAGES:=kmod-b43 wpad-mini\ |