index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
package
/
base-files
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysupgrade was broken as procd was getting killed
John Crispin
2013-03-14
1
-1
/
+1
*
make basefiles aware of procd
John Crispin
2013-03-13
38
-70
/
+705
*
base-files: make firstboot ask for confirmation
Jonas Gorski
2013-02-21
1
-8
/
+16
*
base-files: introduce commonly used helper functions for setting leds
Gabor Juhos
2013-02-18
2
-1
/
+69
*
base-files: minor cosmetic corrections for functions.sh
Gabor Juhos
2013-02-17
1
-6
/
+3
*
base-files: add macaddr_{add,2bin,setbit_la} helpers
Gabor Juhos
2013-02-16
2
-1
/
+25
*
base-files: add mtd_get_mac_{ascii,binary} helpers
Gabor Juhos
2013-02-16
2
-1
/
+35
*
base-files: Fix IPv6 early sysctls again * Kernel IPv6 /proc interface incons...
Steven Barth
2013-02-01
3
-6
/
+7
*
base-files: Fix race-conditions with IPv6 sysctls
Steven Barth
2013-01-29
4
-2
/
+9
*
base-files: remove IPv6-forwarding setting for all interfaces
Steven Barth
2013-01-28
2
-2
/
+1
*
base-files: fix network_get_prefix6
Steven Barth
2013-01-22
2
-2
/
+2
*
base-files: Set default value for IPv6 forwarding
Steven Barth
2013-01-22
2
-1
/
+2
*
base-files: network.sh: fix typo in previous commit
Jo-Philipp Wich
2013-01-21
1
-1
/
+1
*
base-files: network.sh: simplify network_get_prefix6()
Jo-Philipp Wich
2013-01-21
1
-7
/
+4
*
base-files: use numerically prefixed uci-defaults names
Jo-Philipp Wich
2013-01-18
3
-0
/
+0
*
base-files: rename ULA generation script
Steven Barth
2013-01-17
2
-1
/
+1
*
base-files: add support for ipv6-prefixes in connection with netifd
Steven Barth
2013-01-15
4
-1
/
+51
*
base-files: Don't pass '--set-worker /lib/hotplug2/worker_fork.so' to hotplug...
Vasilis Tsiligiannis
2013-01-11
2
-5
/
+5
*
sysupgrade: clarify online help
Jo-Philipp Wich
2013-01-02
1
-12
/
+15
*
sysupgrade: do not require an extra argument after --restore-backup
Jo-Philipp Wich
2013-01-02
1
-6
/
+7
*
base-files: Fix a typo in config_list_foreach
Steven Barth
2012-12-27
2
-2
/
+2
*
base-files: ipcalc.sh: fix broken calculations on 64bit systems
Jo-Philipp Wich
2012-12-23
1
-5
/
+10
*
base-files: add basic procd integration, let procd start (and restart) ubus i...
Felix Fietkau
2012-12-22
2
-1
/
+32
*
hot-fix nameclash in sysupgrade: rename pivot() to supivot() in sysupgrade
Mirko Vogt
2012-12-21
1
-2
/
+2
*
base-files: we don't need /etc/functions.sh symlink anymore
Luka Perkov
2012-12-20
1
-1
/
+0
*
merge /lib/functions/boot.sh and /lib/functions.sh
Mirko Vogt
2012-12-19
5
-149
/
+139
*
Do not overload mount-call - trying to reduce confusion
Mirko Vogt
2012-12-19
14
-41
/
+34
*
base-files: use json_is_a() in network.sh
Jo-Philipp Wich
2012-12-17
2
-8
/
+8
*
base-files: rework cache handling in network.sh to keep the entire parsed ifs...
Jo-Philipp Wich
2012-12-16
1
-129
/
+159
*
base-files: various enhancements to network.sh
Jo-Philipp Wich
2012-12-16
2
-31
/
+154
*
base-files: add mtd_find_chardev helper
Gabor Juhos
2012-12-12
1
-3
/
+17
*
Revert "remove function find_mtd_part() from /lib/functions.sh"
Mirko Vogt
2012-12-12
1
-0
/
+9
*
remove function find_mtd_part() from /lib/functions.sh
Mirko Vogt
2012-12-12
1
-9
/
+0
*
Remove default sysctl-entry for IPv6 here (races)
Steven Barth
2012-11-29
1
-2
/
+0
*
base-files: add support for the morse LED trigger
Gabor Juhos
2012-11-25
2
-1
/
+8
*
base-files: use a natural mount syntax
Florian Fainelli
2012-11-23
6
-9
/
+8
*
base-files: skip LEDs handled by rssileds in led init-script
Florian Fainelli
2012-10-11
2
-1
/
+6
*
it's time to break the barriers
Imre Kaloz
2012-10-08
1
-8
/
+5
*
base-files: remove obsolete entries from sysctl.conf (#12236)
Felix Fietkau
2012-09-24
1
-5
/
+0
*
base-files: release an attached loop device on umounting
Florian Fainelli
2012-09-19
2
-2
/
+2
*
base-files: make file compare silent in migrate-sysctl
Jo-Philipp Wich
2012-09-17
1
-1
/
+1
*
base-files: add uci-defaults script to migrate sysctl.conf (#12196)
Jo-Philipp Wich
2012-09-17
2
-1
/
+18
*
base-files: remove route enabled check in lib/functions/network.sh after neti...
Jo-Philipp Wich
2012-09-13
1
-4
/
+2
*
base-files: uci-defaults for rssileds
Gabor Juhos
2012-08-13
1
-0
/
+44
*
base-files: provide a sysupgrade -r (--restore-backup) option as convenience ...
Jo-Philipp Wich
2012-08-12
2
-1
/
+13
*
move LIB_SUFFIX from base-files to rules.mk
Florian Fainelli
2012-08-10
1
-3
/
+0
*
base-files: fix option parsing of -F/--force parameter
Jo-Philipp Wich
2012-08-09
2
-2
/
+2
*
base-files: check for ldd presence and executability (#11991)
Florian Fainelli
2012-08-08
2
-2
/
+2
*
base-files: fix detection of standalone ldd
Florian Fainelli
2012-07-27
2
-2
/
+2
*
base-files: Modernize hotplug2 rules (#11368)
Vasilis Tsiligiannis
2012-07-14
1
-29
/
+11
[next]