mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
95170b4350
this patch copies the following files from 5.4 to 5.10: - config-5.4 -> config-5.10 - files-5.4/ -> files-5.10/ - patches-5.4/ -> patches-5.10/ Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> [rebase on change in files-5.4] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
12 lines
270 B
Diff
12 lines
270 B
Diff
--- a/include/linux/platform_data/dsa.h
|
|
+++ b/include/linux/platform_data/dsa.h
|
|
@@ -6,7 +6,7 @@ struct device;
|
|
struct net_device;
|
|
|
|
#define DSA_MAX_SWITCHES 4
|
|
-#define DSA_MAX_PORTS 12
|
|
+#define DSA_MAX_PORTS 54
|
|
#define DSA_RTABLE_NONE -1
|
|
|
|
struct dsa_chip_data {
|