Daniel Dickinson [Mon, 16 Jan 2017 06:49:21 +0000 (01:49 -0500)]
Merge pull request #861 from ynezz/master
luci-mod-admin-full: Store system time into RTC also
Daniel Dickinson [Mon, 16 Jan 2017 06:42:00 +0000 (01:42 -0500)]
Merge pull request #859 from feckert/realtime_wlan
luci-mod-admin-full: show realtime wlan graph only if iw command is installed
Daniel Dickinson [Sat, 14 Jan 2017 21:06:36 +0000 (16:06 -0500)]
Merge pull request #948 from musashino205/wifi-fix-disp
luci-mod-admin-full: Fix display problem of wifi_add
INAGAKI Hiroshi [Sat, 14 Jan 2017 17:16:33 +0000 (02:16 +0900)]
luci-mod-admin-full: Fix display problem of wifi_add
Fixed an issue where the network name is displayed as "%q" on wlan
connection destination network settings page.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Daniel Dickinson [Sat, 14 Jan 2017 06:57:34 +0000 (01:57 -0500)]
Merge pull request #942 from musashino205/tmate-upd-ja
luci-app-travelmate: Update Japanese translation
Daniel Dickinson [Sat, 14 Jan 2017 06:56:08 +0000 (01:56 -0500)]
Merge pull request #943 from SvenRoederer/patch-1
freifunk-common: bump version as of recent changes
Sven Roederer [Fri, 13 Jan 2017 22:27:05 +0000 (23:27 +0100)]
freifunk-common: bump version as of recent changes
the updates for olsr-0.9.5 compatibility should have changed the release-number
Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
INAGAKI Hiroshi [Fri, 13 Jan 2017 18:36:55 +0000 (03:36 +0900)]
luci-app-travelmate: Update Japanese translation
Added some translations of recently added strings.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
INAGAKI Hiroshi [Fri, 13 Jan 2017 18:06:08 +0000 (03:06 +0900)]
luci-app-travelmate: sync translations
Recently several strings to be translated ware added to Lua source, so I updated po templates and japanese po file.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Hannu Nyman [Thu, 12 Jan 2017 20:36:10 +0000 (22:36 +0200)]
Merge pull request #939 from dibdot/master
luci-app-travelmate: update gui elements
Daniel Dickinson [Thu, 12 Jan 2017 15:19:37 +0000 (10:19 -0500)]
Merge pull request #938 from cshore-firmware/pull-request-statistics-df
app-statistics: df: Don't separate disk usage types
Dirk Brenken [Thu, 12 Jan 2017 13:56:04 +0000 (14:56 +0100)]
luci-app-travelmate: update gui elements
* update gui elements to reflect changes in travelmate 0.3.x
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Wed, 11 Jan 2017 13:50:46 +0000 (15:50 +0200)]
i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Wed, 11 Jan 2017 13:31:54 +0000 (15:31 +0200)]
luci-mod-admin-full: fix help text for wifi join options
Clarify the help text in the wifi join dialog.
Reference to #793, #876, #897
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Wed, 11 Jan 2017 08:14:55 +0000 (10:14 +0200)]
Merge pull request #933 from musashino205/wifischd-upd-ja
luci-app-wifischedule: Update Japanese translation
INAGAKI Hiroshi [Wed, 11 Jan 2017 08:11:25 +0000 (17:11 +0900)]
luci-app-wifischedule: Update Japanese translation
Added a Japanese translation of recently added string.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Daniel Dickinson [Tue, 10 Jan 2017 22:19:55 +0000 (17:19 -0500)]
Merge pull request #930 from cshore-firmware/pull-request-fix-webadmin
base: webadmin: Don't take substring of nil variable
Hannu Nyman [Tue, 10 Jan 2017 16:28:18 +0000 (18:28 +0200)]
Merge pull request #929 from bittorf/master
luci-app-olsr: adapt to changed behavior of new OLSRd v0.9.5
Bastian Bittorf [Tue, 10 Jan 2017 16:20:54 +0000 (17:20 +0100)]
luci-app-olsr: adapt to changed behavior of new OLSRd v0.9.5
controller/olsr.lua:
drop HTTP-headers which are now emitted, we do not need them
status-olsr/neighbors.htm:
olsr ETX value now without muliplication 1024x
Signed-off-by: Bastian Bittorf <bb@npl.de>
Signed-off-by: Freifunk UFO <ufo@rund.freifunk.net>
Hannu Nyman [Mon, 9 Jan 2017 15:52:18 +0000 (17:52 +0200)]
luci-ssl-openssl: update note about px5g's SSL library usage
px5g still requires libmbedtls (in LEDE) or libpolarssl (in Openwrt).
In LEDE it is also possible to replace px5g with openssl-util and
achieve "openssl-only" build without libmbedtls, as uhttpd can also
generate keys with openssl commandline tools if px5g is not present.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Mon, 9 Jan 2017 13:05:31 +0000 (15:05 +0200)]
Merge pull request #919 from kuoruan/luci-app-wifischedule
Luci app wifischedule: minor changes
Hannu Nyman [Mon, 9 Jan 2017 08:54:37 +0000 (10:54 +0200)]
Merge pull request #927 from jp-bennett/master
[luci-app-fwknopd] Remove usage of dynamic tag.
Jonathan Bennett [Mon, 9 Jan 2017 04:11:02 +0000 (22:11 -0600)]
[luci-app-fwknopd] Remove usage of dynamic tag.
Also adds NAT-DNS as a default setting, and enables a QR-code per access.conf entry
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
Hsing-Wang Liao [Thu, 5 Jan 2017 08:28:45 +0000 (16:28 +0800)]
luci-app-wifischedule: minor changes
* Formatting codes.
* Move to services sub menu.
* Update Simplified Chinese translation.
* And some other small changes.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Hannu Nyman [Sat, 7 Jan 2017 15:04:32 +0000 (17:04 +0200)]
Merge pull request #923 from kuoruan/i18n-zh-cn
Update Simplified Chinese translation
Hsing-Wang Liao [Sat, 7 Jan 2017 13:51:13 +0000 (21:51 +0800)]
luci-app-privoxy: Update Simplified Chinese translation
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Hsing-Wang Liao [Sat, 7 Jan 2017 13:50:21 +0000 (21:50 +0800)]
luci-base: Update Simplified Chinese translation
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Hannu Nyman [Thu, 5 Jan 2017 21:34:54 +0000 (23:34 +0200)]
luci-base: update LuaSrcDiet download location
Update the googlecode download address to the current one.
Change hash to SHA256 at the same time.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 3 Jan 2017 13:43:16 +0000 (15:43 +0200)]
i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 3 Jan 2017 09:08:57 +0000 (11:08 +0200)]
Merge pull request #916 from musashino205/shairplay-add-ja
luci-app-shairplay: Add Japanese translation
INAGAKI Hiroshi [Tue, 3 Jan 2017 06:07:13 +0000 (15:07 +0900)]
luci-app-shairplay: Add Japanese translation
Added Japanese translations and po templates.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Hannu Nyman [Mon, 2 Jan 2017 17:03:14 +0000 (19:03 +0200)]
Merge pull request #908 from SvenRoederer/update_community-profiles/master
community-profiles: update Berlin
Jo-Philipp Wich [Mon, 2 Jan 2017 10:59:21 +0000 (11:59 +0100)]
luci-theme-bootstrap: tune default style select boxes
The previous styling made select dropdowns look like disabled text input
fields on Chrome browsers.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Hannu Nyman [Mon, 2 Jan 2017 09:41:52 +0000 (11:41 +0200)]
Merge pull request #914 from musashino205/wifischd-upd-ja
luci-app-wifischedule: Update Japanese translation
INAGAKI Hiroshi [Mon, 2 Jan 2017 09:32:28 +0000 (18:32 +0900)]
luci-app-wifischedule: Update Japanese translation
Added some translations of recently added strings.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Hannu Nyman [Mon, 2 Jan 2017 08:06:07 +0000 (10:06 +0200)]
Merge pull request #912 from kuoruan/luci-app-wifischedule
Luci-app-wifischedule: Update translation
Hsing-Wang Liao [Mon, 2 Jan 2017 04:54:41 +0000 (12:54 +0800)]
luci-app-wifischedule: Add Simplified Chinese translation
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Hsing-Wang Liao [Mon, 2 Jan 2017 04:53:47 +0000 (12:53 +0800)]
luci-app-wifischedule: Add more translation
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Hannu Nyman [Sun, 1 Jan 2017 11:58:48 +0000 (13:58 +0200)]
Merge pull request #909 from musashino205/uhttpd-add-ja
luci-app-uhttpd: Add Japanese translation
INAGAKI Hiroshi [Sun, 1 Jan 2017 09:20:02 +0000 (18:20 +0900)]
luci-app-uhttpd: Add Japanese translation
Added Japanese translation.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
INAGAKI Hiroshi [Sun, 1 Jan 2017 09:14:15 +0000 (18:14 +0900)]
luci-app-uhttpd: Add po templates
Added po template (.pot) file.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Sven Roederer [Fri, 30 Dec 2016 23:00:23 +0000 (00:00 +0100)]
community-profiles: update Berlin
since Kathleen-0.2.0 Release there is a new owm-api-url
Signed-off-by: Sven Roederer devel-sven@geroedel.de
Daniel Dickinson [Thu, 29 Dec 2016 20:04:57 +0000 (15:04 -0500)]
base: webadmin: Don't take substring of nil variable
When converting interface names to UCI network names
webadmin fails if there is no UCI network name because
webadmin failed to ensure uciname has a value before
attempting to take a substring.
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
Hannu Nyman [Fri, 30 Dec 2016 11:26:01 +0000 (13:26 +0200)]
Merge pull request #906 from musashino205/tmate-add-ja
luci-app-travelmate: Add Japanese translation
INAGAKI Hiroshi [Fri, 30 Dec 2016 11:10:54 +0000 (20:10 +0900)]
luci-app-travelmate: Add Japanese translation
Added Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Hannu Nyman [Wed, 28 Dec 2016 19:08:28 +0000 (21:08 +0200)]
Merge pull request #905 from musashino205/upnp-upd-ja
luci-app-upnp: Update Japanese translation
Hannu Nyman [Wed, 28 Dec 2016 19:08:09 +0000 (21:08 +0200)]
Merge pull request #904 from musashino205/firewall-upd-ja
luci-app-firewall: Update Japanese translation
INAGAKI Hiroshi [Sat, 24 Dec 2016 10:55:16 +0000 (19:55 +0900)]
luci-app-upnp: Update Japanese translation
Added some translations and fixed mistranslated string.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
INAGAKI Hiroshi [Fri, 23 Dec 2016 17:55:32 +0000 (02:55 +0900)]
luci-app-firewall: Update Japanese translation
Added some translations for the schedule settings and others.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Hannu Nyman [Fri, 23 Dec 2016 07:51:46 +0000 (09:51 +0200)]
Merge pull request #901 from musashino205/wifischd-add-ja
luci-app-wifischedule: Add Japanese translation
Hannu Nyman [Fri, 23 Dec 2016 07:46:12 +0000 (09:46 +0200)]
Merge pull request #903 from musashino205/stat-fix-ja
luci-app-statistics: Fix mistranslations for Japanese
INAGAKI Hiroshi [Fri, 23 Dec 2016 06:08:13 +0000 (15:08 +0900)]
luci-app-statistics: Fix mistranslations for Japanese
Fixed some mistranslations for Japanese.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
INAGAKI Hiroshi [Fri, 23 Dec 2016 05:35:06 +0000 (14:35 +0900)]
luci-app-statistics: fix mistranslation of Japanese
Fixed some mistranslations of Japanese.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
INAGAKI Hiroshi [Thu, 22 Dec 2016 18:28:20 +0000 (03:28 +0900)]
luci-app-wifischedule: Add Japanese translation
Added Japanese translations and po templates.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Jo-Philipp Wich [Thu, 22 Dec 2016 15:48:34 +0000 (16:48 +0100)]
luci-ssl: depend on mbedtTLS
LEDE uses mbedTLS as default SSL provider now and PolarSSL becomes EOL at the
end of 2016.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Hannu Nyman [Thu, 22 Dec 2016 15:09:04 +0000 (17:09 +0200)]
Merge pull request #898 from musashino205/adblock-upd-ja
luci-app-adblock: Update Japanese translation
INAGAKI Hiroshi [Thu, 22 Dec 2016 15:03:39 +0000 (00:03 +0900)]
luci-app-adblock: Update Japanese translation
Added some translations of recently added strings.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Hannu Nyman [Thu, 22 Dec 2016 12:47:20 +0000 (14:47 +0200)]
Merge pull request #896 from musashino205/stat-upd-ja
luci-app-statistics: Update Japanese translation
INAGAKI Hiroshi [Thu, 22 Dec 2016 12:17:53 +0000 (21:17 +0900)]
luci-app-statistics: Update Japanese translation
Added translations for each plugins.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Hannu Nyman [Thu, 22 Dec 2016 09:23:26 +0000 (11:23 +0200)]
i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Daniel Dickinson [Wed, 21 Dec 2016 23:44:01 +0000 (18:44 -0500)]
Merge pull request #840 from TouchStar/support_proto_qmi
luci-proto-qmi: Added support for QMI Cellular
Hannu Nyman [Wed, 21 Dec 2016 17:19:18 +0000 (19:19 +0200)]
Merge pull request #895 from musashino205/qos-upd-ja
luci-app-qos: Update Japanese translation
Jo-Philipp Wich [Wed, 21 Dec 2016 17:04:04 +0000 (18:04 +0100)]
luci-base: luci.sys.iptparser: properly check for table support
Do not assume that the "raw" table is present on any system, instead check
/proc/net/ip{,6}_tables_names to determine which iptables tables are available.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
INAGAKI Hiroshi [Wed, 21 Dec 2016 16:55:48 +0000 (01:55 +0900)]
luci-app-qos: Update Japanese translation
Add some translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Hannu Nyman [Wed, 21 Dec 2016 16:25:57 +0000 (18:25 +0200)]
Merge pull request #894 from musashino205/p910nd-upd-ja
luci-app-p910nd: Update Japanese translation
INAGAKI Hiroshi [Wed, 21 Dec 2016 16:09:25 +0000 (01:09 +0900)]
luci-app-p910nd: Update Japanese translation
Added some translations about specifying the listening interface.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
jose1711 [Tue, 20 Dec 2016 11:09:12 +0000 (12:09 +0100)]
Fix a few typos in Czech translation
Signed-off-by: Jose Riha <jose1711@gmail.com>
Hannu Nyman [Wed, 21 Dec 2016 07:55:25 +0000 (09:55 +0200)]
Merge pull request #892 from musashino205/cmd-upd-ja
luci-app-commands: Update Japanese translation
INAGAKI Hiroshi [Wed, 21 Dec 2016 03:00:44 +0000 (12:00 +0900)]
luci-app-commands: Update Japanese translation
added some translations for public access function.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Jo-Philipp Wich [Tue, 20 Dec 2016 15:22:10 +0000 (16:22 +0100)]
Merge pull request #889 from feckert/firewall_custom_reload
luci-app-firewall: restart firewall on /etc/firewall.user write
Hannu Nyman [Tue, 20 Dec 2016 14:21:59 +0000 (16:21 +0200)]
Merge pull request #884 from chloe-jeong/trunk-ko
Adds Korean translation.
Weongyo Jeong [Wed, 14 Dec 2016 09:09:04 +0000 (18:09 +0900)]
Adds Korean translation.
Adds Korean language supported for Luci of OpenWRT. Most of msgs which
shown at UI are translated but still not completed for non-popular
features.
Signed-off-by: Weongyo Jeong <weongyo@gmail.com>
Hannu Nyman [Tue, 20 Dec 2016 11:44:11 +0000 (13:44 +0200)]
luci-app-adblock: Adjust to adblock 2.0
Modify the LuCI app to match the simplified adblock 2.0
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Florian Eckert [Tue, 20 Dec 2016 10:12:42 +0000 (11:12 +0100)]
luci-app-firewall: restart firewall on /etc/firewall.user write
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
Hannu Nyman [Sat, 17 Dec 2016 18:05:43 +0000 (20:05 +0200)]
Merge pull request #886 from musashino205/mjpg-add-ja
luci-app-mjpg-streamer: Add Japanese translation
INAGAKI Hiroshi [Sat, 17 Dec 2016 11:41:00 +0000 (20:41 +0900)]
luci-app-mjpg-streamer: Add Japanese translation
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Hannu Nyman [Fri, 16 Dec 2016 11:05:12 +0000 (13:05 +0200)]
Merge pull request #883 from musashino205/base-upd-ja
luci-base: Update Japanese translation
musashino205 [Fri, 16 Dec 2016 06:25:17 +0000 (15:25 +0900)]
luci-base: Update Japanese translation
Signed-off-by: musashino205 <musashino.open@gmail.com>
musashino205 [Thu, 15 Dec 2016 18:55:25 +0000 (03:55 +0900)]
luci-base: Update Japanese translation
Signed-off-by: musashino205 <musashino.open@gmail.com>
Hannu Nyman [Thu, 15 Dec 2016 08:11:48 +0000 (10:11 +0200)]
Merge pull request #880 from musashino205/adblock-add-ja
luci-app-adblock: Add Japanese translation
David Thornley [Thu, 3 Nov 2016 04:55:26 +0000 (15:55 +1100)]
luci-proto-qmi: Added support for QMI Cellular
Derived mostly from (ppp) 3g implementation. Currently exposing the following configuration through cbi (apn/pincode/username/password/auth/ipv6).
Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
musashino205 [Wed, 14 Dec 2016 19:08:30 +0000 (04:08 +0900)]
luci-app-adblock: Add Japanese translation
Signed-off-by: musashino205 <musashino.open@gmail.com>
Hannu Nyman [Wed, 14 Dec 2016 08:08:37 +0000 (10:08 +0200)]
Merge pull request #873 from arjendekorte/patch-5
luci-theme-bootstrap: fix minor CSS errors
Hannu Nyman [Wed, 14 Dec 2016 08:08:19 +0000 (10:08 +0200)]
Merge pull request #879 from bittorf/master
freifunk-common: neigh.sh: work also with unprettyfied JSON output
Bastian Bittorf [Tue, 13 Dec 2016 20:38:29 +0000 (21:38 +0100)]
freifunk-common: neigh.sh: work also with unprettyfied JSON output
Older OLSRd-version outputs JSON humanreadable over multiple lines.
The introduced change in
524439cd1647e5d6d7b48f9c75ec5800a5444109 broke
the output for those users. Fix that be a finer filter regex.
Thanks to Thomas Huehn <thomas@net.t-labs.tu-berlin.de> for spotting that.
Hannu Nyman [Tue, 13 Dec 2016 09:04:21 +0000 (11:04 +0200)]
Merge pull request #870 from danrl/unbound-dns64
luci-app-unbound: added DNS64 support
Florian Eckert [Mon, 28 Nov 2016 07:06:04 +0000 (08:06 +0100)]
luci-mod-admin-full: show realtime wlan graph only if iw command is installed
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
Jo-Philipp Wich [Mon, 12 Dec 2016 08:03:47 +0000 (09:03 +0100)]
Merge pull request #874 from bittorf/master
freifunk-common: neigh.sh: fix for new olsrd 0.9.5
Bastian Bittorf [Mon, 12 Dec 2016 07:43:23 +0000 (08:43 +0100)]
freifunk-common: neigh.sh: fix for new olsrd 0.9.5
Starting with version 0.9.5 the new olsr-deamon behaves
more standard-compliant and outputs correct HTTP-headers.
This would confuse the script and abort parsing.
Fix that by only trying to parse the JSON-value and
just ignore the other stuff. After this, we can see neighbours again.
Thanks to FreifunkUFO <ufo@rund.freifunk.net> for spotting this.
danrl [Fri, 9 Dec 2016 19:24:09 +0000 (20:24 +0100)]
luci-app-unbound: added DNS64 support
Signed-off-by: Dan Luedtke <mail@danrl.com>
Arjen de Korte [Sat, 10 Dec 2016 21:09:50 +0000 (22:09 +0100)]
luci-theme-bootstrap: fix minor CSS errors
Signed-off-by: Arjen de Korte \<build+luci@de-korte.org\>
Hannu Nyman [Sat, 10 Dec 2016 17:11:50 +0000 (19:11 +0200)]
luci-mod-failsafe: use same string as luci-mod-admin-full
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Daniel Dickinson [Sat, 10 Dec 2016 16:00:16 +0000 (11:00 -0500)]
Merge pull request #821 from andrewshadura/luci-route-types
Add support for route types
Hannu Nyman [Sat, 10 Dec 2016 14:36:02 +0000 (16:36 +0200)]
i18n: fix some sysupgrade related string translations
Fix translated strings broken by recent changes.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sat, 10 Dec 2016 12:34:30 +0000 (14:34 +0200)]
i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sat, 10 Dec 2016 12:26:34 +0000 (14:26 +0200)]
luci-theme-material: remove link to distro repo from footer
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sat, 10 Dec 2016 12:12:37 +0000 (14:12 +0200)]
luci-mod-admin-{full,mini}: make more distro agnostic
Remove some non-essential references to explicit distro names.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Daniel Dickinson [Sat, 10 Dec 2016 11:36:01 +0000 (06:36 -0500)]
Merge pull request #663 from NeoRaider/styleable-checkboxes
luci-base: view: make checkboxes and radio buttons styleable
Daniel Dickinson [Sat, 10 Dec 2016 11:34:22 +0000 (06:34 -0500)]
Merge pull request #656 from nlhintz/pull-request
luci: broadcom - add n-mode support
Hannu Nyman [Sat, 10 Dec 2016 09:20:01 +0000 (11:20 +0200)]
Fix config files getting overwritten in opkg install
Commit
39ff053890 accidentally removed the conffiles definitions
from luci-base, statistics, splash and diag-devinfo apps.
That has caused existing config files to get overwritten if the
package has been reinstalled via opkg. Additionally, the splash
text files have not been saved in sysupgrade or backup as they
are located outside /etc/config
This commit adds back the conffiles definitions to the respective
packages.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>