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
*
base-files: fix mount-utils incompatibility
John Crispin
2013-12-27
4
-25
/
+25
*
base-files: ipcalc.sh: support bit length as netmask parameter
Jo-Philipp Wich
2013-12-16
1
-1
/
+5
*
base-files: add network_get_protocol() to /lib/functions/network.sh
Jo-Philipp Wich
2013-12-16
1
-2
/
+7
*
/sbin/wifi: reload network/wireless on wifi restart
Felix Fietkau
2013-12-11
1
-1
/
+1
*
base-files: fix whitespaces
Luka Perkov
2013-12-09
19
-174
/
+160
*
wifi: restart netifd wifi interfaces on the "up" command like the old variant
Felix Fietkau
2013-12-02
1
-0
/
+1
*
wifi: rename the "reload" (restarting non-netifd wifi) command to "reload_leg...
Felix Fietkau
2013-12-02
1
-1
/
+7
*
netifd: add wireless configuration support and port mac80211 to the new frame...
Felix Fietkau
2013-12-02
1
-7
/
+32
*
base-files: allow users to delect debug level during boot
John Crispin
2013-11-25
2
-8
/
+37
*
base-files: add the DEVICENAME variable for hotplug scripts
Felix Fietkau
2013-11-19
1
-0
/
+1
*
ar71xx: Unifi AP Pro sysupgrade patch
Felix Fietkau
2013-11-14
2
-1
/
+2
*
base-files: add macaddr_canonicalize helper function
Gabor Juhos
2013-11-14
2
-2
/
+35
*
base-files: don't enter failsafe if triggered by switch
Luka Perkov
2013-11-11
2
-2
/
+3
*
base-files: don't kill nas for sysupgrade
Hauke Mehrtens
2013-11-11
1
-1
/
+1
*
base-files: fix typo in rfkill script
John Crispin
2013-11-11
1
-1
/
+1
*
base-files: update rfkill script to work with slider buttons
John Crispin
2013-11-11
1
-2
/
+9
*
base-files: add a generic wps button handler
John Crispin
2013-11-11
1
-0
/
+6
*
base-files: mtd_get_mac_ascii bugfix
Gabor Juhos
2013-11-08
2
-5
/
+4
*
base-files: Make /etc/init.d/boot restartable
John Crispin
2013-11-07
1
-3
/
+7
*
Add package signing infrastructure
Steven Barth
2013-10-02
1
-0
/
+38
*
base-files: add a post start hook for procd managed services
John Crispin
2013-09-17
1
-1
/
+20
*
base-files: implement -l (--list-backup) sysupgrade parameter to list the fil...
Jo-Philipp Wich
2013-07-31
2
-1
/
+15
*
base-files: abort sysupgrade if file specified with --restore-config is not f...
Jo-Philipp Wich
2013-07-31
2
-2
/
+7
*
base-files: implement -T (--test) sysupgrade parameter to verify image withou...
Jo-Philipp Wich
2013-07-30
2
-2
/
+10
*
base-files: be verbose when entering failsafe due to a button being pressed
John Crispin
2013-07-25
2
-2
/
+2
*
base-files: add mtd_get_part_size helper
Gabor Juhos
2013-07-20
2
-1
/
+13
*
base-files/busybox: move ntpd init script from base-files to busybox
Luka Perkov
2013-07-17
2
-32
/
+1
*
base-files: reject invalid uci keys in network_get_device() and related proce...
Jo-Philipp Wich
2013-07-15
1
-0
/
+4
*
kernel/base-files: clean up old code related to refreshing mtd partitions, it...
Felix Fietkau
2013-07-14
1
-18
/
+5
*
procd: add a small script that handles config reloads until configd is ready
John Crispin
2013-07-11
2
-0
/
+8
*
base-files: convert sysntpd init script to procd
John Crispin
2013-07-11
1
-17
/
+11
*
base-files: run readlink on initscript name before opening services
John Crispin
2013-07-11
1
-3
/
+3
*
base-file: usbfs is no longer mounted under /proc/bus/usb
John Crispin
2013-07-11
1
-9
/
+0
*
base-files: add 2 missing variable defines
John Crispin
2013-07-08
1
-1
/
+1
*
package: fix insmod on install
John Crispin
2013-06-22
1
-0
/
+7
*
base-files: module loading is now handled by ubox/kmodloader
John Crispin
2013-06-21
2
-12
/
+1
*
base-files: /etc/init.d/rcS is no longer needed, procd handles this for us now
John Crispin
2013-06-21
1
-9
/
+0
*
base-files: drop 2 pointless hotplug trigger stubs
John Crispin
2013-06-21
2
-26
/
+0
*
base-files: procd is now the init process
John Crispin
2013-06-21
1
-7
/
+0
*
base-files: procd init is now the default, remove files.old
John Crispin
2013-06-21
50
-1349
/
+0
*
base-files: network.sh: extend network_get_ipaddr6() / network_get_subnet6() ...
Jo-Philipp Wich
2013-06-17
1
-43
/
+107
*
base-files: remove unnecessary early sysctl-hack
Steven Barth
2013-06-11
2
-8
/
+1
*
base-files: set default IPv6 forwarding value to 1
Steven Barth
2013-06-11
2
-3
/
+3
*
procd: make the preinit rules wildcard all buttons for failsafe
John Crispin
2013-06-10
1
-2
/
+3
*
sysupgrade: create state file so procd knows when a sysupgrade is in progress
John Crispin
2013-06-10
1
-0
/
+1
*
base-files: fix failsafe via button press
John Crispin
2013-06-10
1
-1
/
+1
*
base-files: change PATH order
John Crispin
2013-06-10
1
-1
/
+1
*
base-files: use less entropy when generating ULAs
Steven Barth
2013-06-06
2
-8
/
+5
*
base-files: change network_find_wan() procedure to ignore default gateways in...
Jo-Philipp Wich
2013-05-06
2
-11
/
+15
*
sysupgrade: fixes broken pipe error during sysupgade
John Crispin
2013-05-05
1
-2
/
+2
[next]