Commit graph

30 commits

Author SHA1 Message Date
marc René Schädler
e55b2a7533 Add "admin.sh", a tool for easy administration tasks 2013-11-14 20:30:28 +01:00
marc René Schädler
b44caefc96 Run statistics (for now only traffic) calculation with "statistics.sh" via crontab every 5 minutes 2013-11-14 20:26:46 +01:00
marc René Schädler
ec61999da2 Enable netcat server "-l" and script execution "-e" functionality 2013-11-14 19:32:29 +01:00
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
Clemens John
7cfde8464e Really disable ath9k-watchdog on wr741nd2, wr741nd4 and wr1043nd (fix for commit 78e3d51)
Signed-off-by: Clemens John <clemens-john@gmx.de>
2013-10-20 19:20:25 +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
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
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
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
Tim Niemeyer
8fcff99fde WR741V2: changes based on AA branch
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-02-02 01:01:54 +01:00
Bjoern Franke
31b3c3715c fixed essid, Oldenburg is not Franken 2012-12-31 17:57:17 +01:00
Tim Niemeyer
bdb4bdb967 LEDs: Most of the LEDs on tplinks are set by uci-default
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2012-11-18 23:49:30 +01:00
Tim Niemeyer
d1226f0e3c LEDs: Enable heartbeat status leds
This enables heartbeat (blinking depending on the load).
DIR300: The little triangle/circle led
wr741: The sun
wr1043: SYS
Fonera: Power (only on 2200; seems to be hard-wired on 2100)

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2012-11-18 21:49:02 +01:00
Tim Niemeyer
138915a5b5 LEDs: enable netdev and heartbeat on all platforms
This should fix #425 and gives further possibilities to enable
heartbeat on unused leds.

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2012-11-17 23:07:51 +01:00
Tim Niemeyer
eb60e1cd3f vpn: remove tincd
fastd is well tested and so we can safely remove tincd and his big
openssl dependency.

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2012-11-17 21:10:58 +01:00
Tim Niemeyer
5fbf402168 This adds support for the wr741nd V2
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2012-10-24 22:15:14 +02:00