Cleanup Freifunk defaults
Remove RTS, fallback to default Disable Fledermaus theme Disable forced German language, fallback to autodetect
This commit is contained in:
parent
fb581efd7d
commit
80216cc088
4 changed files with 0 additions and 13 deletions
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
[ -n "${IPKG_INSTROOT}" ] || {
|
|
||||||
( . /etc/uci-defaults/luci-freifunk-community ) && rm -f /etc/uci-defaults/luci-freifunk-community
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
uci batch <<-EOF
|
|
||||||
set luci.main.mediaurlbase=/luci-static/fledermaus
|
|
||||||
set luci.main.lang=de
|
|
||||||
commit luci
|
|
||||||
EOF
|
|
||||||
|
|
|
@ -261,7 +261,6 @@ define Package/luci-freifunk-community
|
||||||
DEPENDS+= \
|
DEPENDS+= \
|
||||||
+luci-sgi-cgi +luci-app-splash \
|
+luci-sgi-cgi +luci-app-splash \
|
||||||
+luci-app-ffwizard-leipzig \
|
+luci-app-ffwizard-leipzig \
|
||||||
+luci-theme-fledermaus \
|
|
||||||
+luci-i18n-german \
|
+luci-i18n-german \
|
||||||
+PACKAGE_luci-freifunk-community:olsrd-luci +PACKAGE_luci-freifunk-community:olsrd-luci-mod-dyn-gw-plain \
|
+PACKAGE_luci-freifunk-community:olsrd-luci +PACKAGE_luci-freifunk-community:olsrd-luci-mod-dyn-gw-plain \
|
||||||
+PACKAGE_luci-freifunk-community:olsrd-luci-mod-txtinfo +PACKAGE_luci-freifunk-community:olsrd-luci-mod-nameservice \
|
+PACKAGE_luci-freifunk-community:olsrd-luci-mod-txtinfo +PACKAGE_luci-freifunk-community:olsrd-luci-mod-nameservice \
|
||||||
|
|
|
@ -59,7 +59,6 @@ config defaults wifi_iface
|
||||||
option mode adhoc
|
option mode adhoc
|
||||||
option bssid 02:CA:FF:EE:BA:BE
|
option bssid 02:CA:FF:EE:BA:BE
|
||||||
option txpower 10
|
option txpower 10
|
||||||
option rts 2346
|
|
||||||
option sw_merge 1
|
option sw_merge 1
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue