Commit graph

25 commits

Author SHA1 Message Date
Tim Niemeyer
3bde771788 bsp/*/.config: enable ebtables and arptables
With this, some broadcast filtering rules can be evaluated.

Signed-off-by: Tim Niemeyer <tim@fipux.org>
2013-10-29 21:22:08 +01:00
Tim Niemeyer
8b5c744a5d buildscript: use nbd's mac80211 backport
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-10-27 13:10:48 +01:00
Tim Niemeyer
3d6e8277e2 feeds: add openwrt-routing feed and install only needed packages
This also refreshes all bsp/*/.config files.

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-10-20 19:56:45 +02:00
Tim Niemeyer
aae0477dc9 bsp/*/.config: sort all config files for better diffs
Used this script to clean up the config files:
--- 8< ---
for cfg in bsp/*/.config; do
    grep -e "^CONFIG\|^# CONFIG" $cfg | sort >> $cfg.new
    mv $cfg.new $cfg
done
--- >8 ---

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-10-20 19:35:55 +02:00
Tim Niemeyer
8329a1fbfd buildscript: support community files with templates
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-09-14 00:16:31 +02:00
Marc René Schädler
1f189ca402 add wlanwatchdog crontab entry to tplink boards 2013-09-09 11:07:25 +00:00
Marc René Schädler
c306813c26 add execution of environment variables script to rc.local 2013-09-09 11:07:16 +00:00
Tim Niemeyer
78e3d51531 bsp/*: remove ath9k-watchdog
This also fixes missing mii/eth-tool on wr841n8.

Signed-off-by: Tim Niemeyer <tim@fipux.org>
2013-09-09 11:06:52 +00:00
Tim Niemeyer
d41a1bd919 bsp/*: add ethtool and mii-tool
Signed-off-by: Tim Niemeyer <tim@fipux.org>
2013-07-13 23:18:59 +00:00
Tim Niemeyer
9beaf017a1 Enable atk9k-watchdog 2013-04-01 16:29:16 +02:00
Tim Niemeyer
dcee86e97c All: Disable 802.11b wifi
The new ODFM modulation is much better and the old one isn't really
used these days.

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-04-01 16:29:16 +02:00
Tim Niemeyer
192dd3765c Change BATMAN ethernet ports
BATMAN couldn't handle devices with the same MAC, so this uses the internal
switch to bridge the ports. It also changes the MAC to a localy unique
address.

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-03-30 00:10:52 +01:00
Bjoern Franke
088fdca5ef 841nd7: fix switchconfig: wan - bat - bat - cli - cli 2013-03-17 22:34:46 +01:00
Bjoern Franke
0dd9c6076a remove ath9k-watchdog, backport ath9k-patches from openwrt r35786, should fix many dDMA issues 2013-02-27 19:28:07 +01:00
Bjoern Franke
59304a1224 - moved ath9k-watchdog to default
- watchdog bites now in case of 'Failed to stop TX' instead of 'Could not stop RX'
- instead of reboot, reset wifi and add enable batman-adv on wifi again
2013-02-24 09:33:55 +01:00
Bjoern Franke
5c9ca26d4f ALL ath9k: add ath9k-watchdog script 2013-02-17 11:24:35 +01:00
Bjoern Franke
e839e70c11 ALL ath9k: enable atht9k-watchdog 2013-02-17 11:23:11 +01:00
Bjoern Franke
8b2be541e6 wr741nd* / wr841nd7: enable syslog/logread (needed for ath9k-watchdog) 2013-02-17 01:00:32 +01:00
Tim Niemeyer
ed1cc86661 wr841nd7: new config based on wr741nd4
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-02-16 16:23:42 +01:00
Tim Niemeyer
8ed68c216c wr841nd7: fix mac correction typo
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-02-16 16:00:42 +01:00
Tim Niemeyer
d6d2fdb773 All: add ethernet ports to batman
This should fix #469

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-02-16 16:00:06 +01:00
Bjoern Franke
ec45377d23 WR841ND7: fix missing crc32-module 2013-02-14 18:52:14 +01:00
Tim Niemeyer
d1bcab12b6 rc.local [all devices] optimize mac correction
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-02-03 18:01:27 +01:00
Bjoern Franke
b4b1d4b13b fixed bug in wr841nd7 config 2013-02-01 06:35:42 +01:00
Bjoern Franke
3e1a5cf8be add support for wr841nd7 2013-02-01 06:32:22 +01:00