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
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
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
7b24ace289
Fonera: adapt last changes for dir300
...
Copied from ec949fb85d
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-02-03 13:17:17 +01:00
Tim Niemeyer
f2d8743554
Port changes from DIR300 to Fonera
...
This saves Memory and removes fastd
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-02-02 01:02:02 +01:00
Tim Niemeyer
f83e49ca1d
Fonera: again support little foneras
...
This adds support for the old and little foneras.
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2012-11-18 21:18:16 +01:00
Tim Niemeyer
b4d756cb91
New build_script structure.
...
The new build_script uses a bsp-style interface. Now it's possible
to work on more than one board at the same time. Just select the
selected_bsp with the build_script and start over.
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2012-09-29 18:58:44 +02:00