diff options
author | Yo Abe <abe.geel@gmail.com> | 2017-01-26 22:28:09 +0900 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-04-28 17:08:50 +0200 |
commit | a66623639af5ea120a522565f4b9ad7f9a3f6c18 (patch) | |
tree | b98ae236ff7debae3fcec5f4e7a40c2b9c93561b /target/linux/ramips/image | |
parent | 0405851eb226ef51e7184cc545e64906b9a7e379 (diff) | |
download | upstream-a66623639af5ea120a522565f4b9ad7f9a3f6c18.tar.gz upstream-a66623639af5ea120a522565f4b9ad7f9a3f6c18.tar.bz2 upstream-a66623639af5ea120a522565f4b9ad7f9a3f6c18.zip |
ramips: add ip17xx support to WLI-TX4-AG300N
ramips/rt288x WLI-TX4-AG300N was missing support for its 100Mbit switch which
should be included by default.
Signed-off-by: Yo Abe <abe.geel@gmail.com>
[Jo-Philipp Wich: picked from OpenWrt PR#359, rewrap commit msg, fix Sob]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/rt288x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index 3a69c813b1..7fa5f67a7f 100644 --- a/target/linux/ramips/image/rt288x.mk +++ b/target/linux/ramips/image/rt288x.mk @@ -61,6 +61,7 @@ define Device/wli-tx4-ag300n BLOCKSIZE := 64k IMAGE_SIZE := $(ralink_default_fw_size_4M) DEVICE_TITLE := Buffalo WLI-TX4-AG300N + DEVICE_PACKAGES := kmod-switch-ip17xx endef TARGET_DEVICES += wli-tx4-ag300n |