hostapd: bump PKG_RELEASE
[openwrt/staging/blocktrron.git] / target / linux / mpc85xx / patches-5.15 / 106-powerpc-85xx-ws-ap3710i-support.patch
1 --- a/arch/powerpc/platforms/85xx/Kconfig
2 +++ b/arch/powerpc/platforms/85xx/Kconfig
3 @@ -71,6 +71,17 @@ config PANDA
4 This board is a Concurrent Dual-Band wireless access point with a
5 Freescale P1020 SoC.
6
7 +config WS_AP3710I
8 + bool "Enterasys WS-AP3710i"
9 + select DEFAULT_UIMAGE
10 + select ARCH_REQUIRE_GPIOLIB
11 + select GPIO_MPC8XXX
12 + help
13 + This option enables support for the Enterasys WS-AP3710i board.
14 +
15 + This board is a Concurrent Dual-Band wireless access point with a
16 + Freescale P1020 SoC.
17 +
18 config MPC8540_ADS
19 bool "Freescale MPC8540 ADS"
20 select DEFAULT_UIMAGE
21 --- a/arch/powerpc/platforms/85xx/Makefile
22 +++ b/arch/powerpc/platforms/85xx/Makefile
23 @@ -26,6 +26,7 @@ obj-$(CONFIG_P1022_RDK) += p1022_rdk.o
24 obj-$(CONFIG_P1023_RDB) += p1023_rdb.o
25 obj-$(CONFIG_PANDA) += panda.o
26 obj-$(CONFIG_TWR_P102x) += twr_p102x.o
27 +obj-$(CONFIG_WS_AP3710I) += ws-ap3710i.o
28 obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o
29 obj-$(CONFIG_FB_FSL_DIU) += t1042rdb_diu.o
30 obj-$(CONFIG_RED_15W_REV1) += red15w_rev1.o
31 --- a/arch/powerpc/boot/Makefile
32 +++ b/arch/powerpc/boot/Makefile
33 @@ -164,6 +164,7 @@ src-plat-$(CONFIG_PPC_POWERNV) += pserie
34 src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S
35 src-plat-$(CONFIG_MVME7100) += motload-head.S mvme7100.c
36 src-plat-$(CONFIG_TL_WDR4900_V1) += simpleboot.c fixed-head.S
37 +src-plat-$(CONFIG_WS_AP3710I) += simpleboot.c fixed-head.S
38
39 src-plat-$(CONFIG_PPC_MICROWATT) += fixed-head.S microwatt.c
40
41 @@ -345,6 +346,7 @@ image-$(CONFIG_TQM8555) += cuImage.tqm
42 image-$(CONFIG_TQM8560) += cuImage.tqm8560
43 image-$(CONFIG_KSI8560) += cuImage.ksi8560
44 image-$(CONFIG_TL_WDR4900_V1) += simpleImage.tl-wdr4900-v1
45 +image-$(CONFIG_WS_AP3710I) += simpleImage.ws-ap3710i
46 # Board ports in arch/powerpc/platform/86xx/Kconfig
47 image-$(CONFIG_MVME7100) += dtbImage.mvme7100
48
49 --- a/arch/powerpc/boot/wrapper
50 +++ b/arch/powerpc/boot/wrapper
51 @@ -331,6 +331,11 @@ simpleboot-tl-wdr4900-v1)
52 link_address='0x1000000'
53 binary=y
54 ;;
55 +simpleboot-ws-ap3710i)
56 + platformo="$object/fixed-head.o $object/simpleboot.o"
57 + link_address='0x1500000'
58 + binary=y
59 + ;;
60 simpleboot-*)
61 platformo="$object/fixed-head.o $object/simpleboot.o"
62 binary=y