diff options
author | makefu <github@syntax-fehler.de> | 2013-02-23 15:55:49 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-02-23 15:55:49 +0100 |
commit | 001bfd5f2b6890cafd209de4ea360927d4dd8a55 (patch) | |
tree | ff5805c808afc2fbe460f767f65ae1152fb32776 /minikrebs/profiles/heckenkrebs/customfiles/etc/config | |
parent | 1ca9360f5a35d0c2ee5876bba85f2ead44e5a540 (diff) |
minikrebs is now a submodule
Diffstat (limited to 'minikrebs/profiles/heckenkrebs/customfiles/etc/config')
m--------- | minikrebs | 0 | ||||
-rw-r--r-- | minikrebs/profiles/heckenkrebs/customfiles/etc/config/network | 17 | ||||
-rw-r--r-- | minikrebs/profiles/heckenkrebs/customfiles/etc/config/wireless | 18 |
3 files changed, 0 insertions, 35 deletions
diff --git a/minikrebs b/minikrebs new file mode 160000 +Subproject 8fd46a7e3258bff753c42dc43fecfbbc853a685 diff --git a/minikrebs/profiles/heckenkrebs/customfiles/etc/config/network b/minikrebs/profiles/heckenkrebs/customfiles/etc/config/network deleted file mode 100644 index 2feb7400..00000000 --- a/minikrebs/profiles/heckenkrebs/customfiles/etc/config/network +++ /dev/null @@ -1,17 +0,0 @@ - -config interface 'loopback' - option ifname 'lo' - option proto 'static' - option ipaddr '127.0.0.1' - option netmask '255.0.0.0' - -config interface 'lan' - option ifname 'eth0' - option type 'bridge' - option proto 'static' - option ipaddr '192.168.1.1' - option netmask '255.255.255.0' - -config interface 'wan' - option ifname 'wlan0' - option proto 'dhcp' diff --git a/minikrebs/profiles/heckenkrebs/customfiles/etc/config/wireless b/minikrebs/profiles/heckenkrebs/customfiles/etc/config/wireless deleted file mode 100644 index d2dc5a37..00000000 --- a/minikrebs/profiles/heckenkrebs/customfiles/etc/config/wireless +++ /dev/null @@ -1,18 +0,0 @@ - -config wifi-device 'radio0' - option type 'mac80211' - option hwmode '11ng' - option path 'platform/ar933x_wmac' - option htmode 'HT20' - list ht_capab 'SHORT-GI-20' - list ht_capab 'SHORT-GI-40' - list ht_capab 'RX-STBC1' - list ht_capab 'DSSS_CCK-40' - -config wifi-iface - option device 'radio0' - option network 'wan' - option encryption 'none' - option mode 'sta' - option ssid 'linksys' - |