split kernel and OpenWRT/LEDE patches

The OpenWRT patches are for the mac80211 package. They are functional
indentical to the kernel patches but need two modifications.

1. CONFIG_ needs to be replaced with CPTCFG_
2. any new configuration option, need to be patched into .local-symbols

This change move the kernel patches to a seperate directory, add a helper
script to rebuild the OpenWRT/LEDE patches and updates those patches.
This commit is contained in:
Andreas Schultz
2016-11-09 11:07:55 +01:00
parent 2f2a287928
commit bf57c7a336
7 changed files with 1460 additions and 11 deletions

View File

@ -23,12 +23,16 @@ Requirements
Build
-----
Linux Kernel:
Apply the appropriate path from kernel-patches to your kernel, enable
CAPWAP WTP support and rebuild you kernel.
WolfSSL:
./configure --enable-dtls --enable-psk --prefix=/usr/
make
make install
FreeWTP:
autoreconf -f -i
./configure