summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/HowTo add device16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/HowTo add device b/doc/HowTo add device
new file mode 100644
index 0000000..d2c7c31
--- /dev/null
+++ b/doc/HowTo add device
@@ -0,0 +1,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
contact: Jan Huwald // Impressum