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
*
strip the kernel version suffix from target directories, except for brcm-2.4 ...
Felix Fietkau
2007-09-06
1
-1
/
+1
*
package Makefile cleanup: remove uneeded vars
Nicolas Thill
2007-09-03
1
-1
/
+0
*
add sysupgrade script for config preserving system upgrades. only implemented...
Felix Fietkau
2007-08-21
3
-0
/
+251
*
build system cleanup/restructuring as described in http://lists.openwrt.org/p...
Felix Fietkau
2007-08-07
1
-13
/
+11
*
fix a race condition with dynamic interfaces and firewalling
Felix Fietkau
2007-08-04
2
-3
/
+1
*
tab/whitespace fix
Felix Fietkau
2007-08-04
1
-5
/
+5
*
wireless config gets regenerated not only when it does not exist, buit also i...
John Crispin
2007-07-24
1
-1
/
+1
*
fix an error message
Felix Fietkau
2007-07-22
1
-0
/
+2
*
keep track of the wifi interface state in /var/state/wireless
Felix Fietkau
2007-07-22
1
-0
/
+19
*
add patch from #2111
Felix Fietkau
2007-07-22
2
-13
/
+17
*
add a workaround for the hostapd killed issue when using more than one wifi c...
Felix Fietkau
2007-07-20
1
-0
/
+1
*
libgcc is not available with host-toolchain, DEPENDS was overriden with the a...
Florian Fainelli
2007-07-18
1
-1
/
+1
*
move firmware loading to hotplug2-init.rules (should fix #2056)
Felix Fietkau
2007-07-13
1
-0
/
+5
*
use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset
Felix Fietkau
2007-07-13
1
-1
/
+1
*
avoid a race condition that might lead to dnsmasq reading an empty resolv.con...
Felix Fietkau
2007-07-12
1
-3
/
+4
*
fix static routes for dynamic interfaces (#1446)
Felix Fietkau
2007-07-12
1
-0
/
+1
*
rename mini_fo mount point so as not to confuse users
Mike Baker
2007-07-11
1
-1
/
+1
*
move uci_load into config_load so that changes can be applied via uci without...
Mike Baker
2007-07-11
2
-15
/
+22
*
add second package source for packages built from the /packages repository fi...
Felix Fietkau
2007-07-09
2
-3
/
+4
*
hotplug2 update - include hotplug2-init.rules from hotplug2.rules, fix permis...
Felix Fietkau
2007-07-09
1
-0
/
+22
*
fix usb-storage permissions
Mike Baker
2007-07-08
1
-0
/
+0
*
more wpa+wds patches
Mike Baker
2007-07-08
1
-1
/
+1
*
fix a race condition with broadcom wl devices in a bridge if a device is adde...
Felix Fietkau
2007-07-04
1
-0
/
+1
*
add failsafe support for atheros-2.6 (#1501) - only works with ar5315+ at the...
Felix Fietkau
2007-07-04
1
-0
/
+9
*
move parts of the failsafe code to the generic base-files - will be used on a...
Felix Fietkau
2007-06-30
2
-1
/
+4
*
fix a warning (#1800)
Felix Fietkau
2007-06-30
1
-1
/
+1
*
replace the hotplug2 fork handling hack with a better solution implemented in...
Felix Fietkau
2007-06-30
1
-1
/
+1
*
unify sysctl.conf, add extra netfilter options (#1996)
Felix Fietkau
2007-06-30
1
-0
/
+13
*
fix broadcast address (#1611)
Mike Baker
2007-06-28
1
-2
/
+1
*
fix failsafe on broadcom, send netlink events in diag when running linux 2.6
Felix Fietkau
2007-06-25
3
-15
/
+22
*
added usb-storage hotpluging
John Crispin
2007-06-20
2
-0
/
+41
*
keep track of the network interface states (stored in uci format in /var/stat...
Felix Fietkau
2007-06-16
5
-6
/
+25
*
more fixes
Felix Fietkau
2007-06-15
5
-8
/
+8
*
some shell variable handling fixes
Felix Fietkau
2007-06-15
2
-4
/
+4
*
fix typo
Felix Fietkau
2007-06-15
1
-1
/
+1
*
allow config_* and uci_* functions to work on files outside of /etc/config - ...
Felix Fietkau
2007-06-15
2
-12
/
+34
*
Add the conloglevel option (#1682)
Florian Fainelli
2007-06-13
1
-0
/
+3
*
Package libstdc++ (#1883)
Florian Fainelli
2007-06-12
1
-0
/
+13
*
add support for the AVR32 platform, namely the ATNGW100 board - joint work wi...
Imre Kaloz
2007-06-08
1
-0
/
+1
*
Check for modules.d existence before loading modules
Florian Fainelli
2007-05-31
1
-2
/
+4
*
mount_root should only mount the root
Mike Baker
2007-05-31
2
-48
/
+54
*
bridge the lan interface by default
Felix Fietkau
2007-05-26
1
-0
/
+1
*
keep uci_set from saving things that have not changed
Travis Kemen
2007-05-16
1
-2
/
+5
*
fix typo
Mike Baker
2007-05-15
1
-1
/
+1
*
Prefer real executables when available (#1296)
Florian Fainelli
2007-05-14
1
-3
/
+3
*
cleaner version of the udhcp script
Mike Baker
2007-05-14
1
-5
/
+7
*
/proc needs to be mounted before preinit.arch for failsafe
Mike Baker
2007-05-14
1
-3
/
+3
*
Do not suppress routes if the router received on renew is the same (#138)
Florian Fainelli
2007-05-13
1
-1
/
+1
*
Fix set_state preinit stuff
Florian Fainelli
2007-05-13
2
-3
/
+3
*
clean up the mtd unlocking
Mike Baker
2007-05-13
1
-12
/
+13
[next]