blob: d2c7c31158656c0bd1e961d0839fb6e625e5ca69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Add a new device
================
cd openwrt/trunk/
cp ../../config/trunk .config
make menuconfig
./scripts/diffconfig.sh | diff ../../config/trunk - > ../../config/trunk-ar71xx-tl-wr841.patch
Change the base config
======================
cd openwrt/trunk/
cp ../../config/backfire .config
make menuconfig
./scripts/diffconfig.sh > ../../config/backfire
|