Commit graph

14 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
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
Clemens John
42baa23a55 Changes settings for Freifunk Oldenburg (ipv6 server addr, ssid of mesh and ap, wlan channel) 2013-07-13 23:30:03 +00:00
Tim Niemeyer
1d0237eba6 bsp/wr841n8: configure switch
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-07-13 23:19:45 +00:00
Tim Niemeyer
82b3d32006 bsp/wr841n8: Initial support
Basically, this is a clone from wr841nd7.

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-07-13 23:19:22 +00:00