Cleanup Freifunk defaults
Remove RTS, fallback to default Disable Fledermaus theme Disable forced German language, fallback to autodetect
This commit is contained in:
parent
410886fea5
commit
90d7bd84e5
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
|
||||
|
|
@ -260,7 +260,6 @@ define Package/luci-freifunk-community
|
|||
DEPENDS+= \
|
||||
+luci-sgi-cgi +luci-app-splash \
|
||||
+luci-app-ffwizard-leipzig \
|
||||
+luci-theme-fledermaus \
|
||||
+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-mod-txtinfo +PACKAGE_luci-freifunk-community:olsrd-luci-mod-nameservice \
|
||||
|
|
|
@ -59,7 +59,6 @@ config defaults wifi_iface
|
|||
option mode adhoc
|
||||
option bssid 02:CA:FF:EE:BA:BE
|
||||
option txpower 10
|
||||
option rts 2346
|
||||
option sw_merge 1
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue