diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-13 17:32:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-13 17:32:25 +0000 |
commit | 24e9f521068575a0670028f21fe0323461f80bf1 (patch) | |
tree | 99f963cb10fbac62b365e6abaa5b8ef3ddbe3152 /target/linux/bcm53xx/image | |
parent | 1e48a489153717d28f8fa7b4e4b805a30cd942cc (diff) | |
download | upstream-24e9f521068575a0670028f21fe0323461f80bf1.tar.gz upstream-24e9f521068575a0670028f21fe0323461f80bf1.tar.bz2 upstream-24e9f521068575a0670028f21fe0323461f80bf1.zip |
bcm53xx: add support for the Buffalo WXR-1900DHP
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45419
Diffstat (limited to 'target/linux/bcm53xx/image')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 0c53c853f3..cf61317eb0 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -82,6 +82,7 @@ endef TARGET_DEVICES += \ asus-rt-ac56u asus-rt-ac68u asus-rt-ac87u asus-rt-n18u \ netgear-r6250 netgear-r6300-v2 netgear-r8000 \ - buffalo-wzr-1750dhp buffalo-wzr-600dhp2 buffalo-wzr-900dhp + buffalo-wzr-1750dhp buffalo-wzr-600dhp2 buffalo-wzr-900dhp \ + buffalo-wxr-1900dhp $(eval $(call BuildImage)) |