diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:20:49 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:20:49 +0000 |
commit | f9735804881bcefb800f6f5e2fc3e3f30ff17b69 (patch) | |
tree | 8dea963c980a81940d790d576583f03f4006ae2a /target/linux/brcm63xx/profiles | |
parent | d8ba40cfcdd509e7e1ed68878cb93d9a81e245b6 (diff) | |
download | upstream-f9735804881bcefb800f6f5e2fc3e3f30ff17b69.tar.gz upstream-f9735804881bcefb800f6f5e2fc3e3f30ff17b69.tar.bz2 upstream-f9735804881bcefb800f6f5e2fc3e3f30ff17b69.zip |
brcm63xx: move V2110 to DT
Also readd image generation which was accidentally dropped in r43364.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45165
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r-- | target/linux/brcm63xx/profiles/bt.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/bt.mk b/target/linux/brcm63xx/profiles/bt.mk index 3ca8fe16ff..f76ac5c361 100644 --- a/target/linux/brcm63xx/profiles/bt.mk +++ b/target/linux/brcm63xx/profiles/bt.mk @@ -15,6 +15,15 @@ define Profile/BTHOMEHUB2A/Description endef $(eval $(call Profile,BTHOMEHUB2A)) +define Profile/BTV2110 + NAME:=BT Voyager V2110 + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/BTV2500V/Description + Package set optimized for BTV2110. +endef +$(eval $(call Profile,BTV2110)) + define Profile/BTV2500V NAME:=BT Voyager V2500V PACKAGES:=kmod-b43 wpad-mini |