diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-10-18 15:04:17 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-10-21 17:38:17 +0200 |
commit | e9672b1a8fa4714cbc35d5964caf704b2e571f35 (patch) | |
tree | e766798860094936a46c529c40c0ad81fe33d0d5 /target/linux/bcm53xx/image | |
parent | d88f3b8a427acd1aef7ec3fc4c8e47c7a665d7d0 (diff) | |
download | upstream-e9672b1a8fa4714cbc35d5964caf704b2e571f35.tar.gz upstream-e9672b1a8fa4714cbc35d5964caf704b2e571f35.tar.bz2 upstream-e9672b1a8fa4714cbc35d5964caf704b2e571f35.zip |
bcm53xx: switch to the upstream DSA-based b53 driver
1. Drop swconfig
2. Simplify network setup
3. Verify network config
4. Disable Buffalo WZR-900DHP for now - it misses ports definition
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-By: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/bcm53xx/image')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index a10c6fe240..cb2643ca54 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -218,6 +218,7 @@ define Device/buffalo_wzr-900dhp buffalo-enc WZR-900DHP2 $$(BUFFALO_TAG_VERSION) | \ buffalo-tag-dhp WZR-900DHP2 JP jp | buffalo-enc-tag | \ buffalo-dhp-image + BROKEN := y endef TARGET_DEVICES += buffalo_wzr-900dhp |