Commit message (Collapse) | 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 |
| | | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 | ||||
* | package Makefile cleanup: remove uneeded vars | Nicolas Thill | 2007-09-03 | 1 | -1/+0 |
| | | | | SVN-Revision: 8587 | ||||
* | add sysupgrade script for config preserving system upgrades. only ↵ | Felix Fietkau | 2007-08-21 | 3 | -0/+251 |
| | | | | | | implemented for x86-2.6 at the moment, but can be ported to other platforms easily SVN-Revision: 8456 | ||||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 | 1 | -13/+11 |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | ||||
* | fix a race condition with dynamic interfaces and firewalling | Felix Fietkau | 2007-08-04 | 2 | -3/+1 |
| | | | | SVN-Revision: 8343 | ||||
* | tab/whitespace fix | Felix Fietkau | 2007-08-04 | 1 | -5/+5 |
| | | | | SVN-Revision: 8338 | ||||
* | wireless config gets regenerated not only when it does not exist, buit also ↵ | John Crispin | 2007-07-24 | 1 | -1/+1 |
| | | | | | | if it is 0 len SVN-Revision: 8149 | ||||
* | fix an error message | Felix Fietkau | 2007-07-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 8109 | ||||
* | keep track of the wifi interface state in /var/state/wireless | Felix Fietkau | 2007-07-22 | 1 | -0/+19 |
| | | | | SVN-Revision: 8108 | ||||
* | add patch from #2111 | Felix Fietkau | 2007-07-22 | 2 | -13/+17 |
| | | | | SVN-Revision: 8106 | ||||
* | add a workaround for the hostapd killed issue when using more than one wifi ↵ | Felix Fietkau | 2007-07-20 | 1 | -0/+1 |
| | | | | | | card (#1928, #2040) SVN-Revision: 8077 | ||||
* | libgcc is not available with host-toolchain, DEPENDS was overriden with the ↵ | Florian Fainelli | 2007-07-18 | 1 | -1/+1 |
| | | | | | | avr32 condition SVN-Revision: 8038 | ||||
* | move firmware loading to hotplug2-init.rules (should fix #2056) | Felix Fietkau | 2007-07-13 | 1 | -0/+5 |
| | | | | SVN-Revision: 7955 | ||||
* | use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset | Felix Fietkau | 2007-07-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 7953 | ||||
* | avoid a race condition that might lead to dnsmasq reading an empty ↵ | Felix Fietkau | 2007-07-12 | 1 | -3/+4 |
| | | | | | | resolv.conf (#2007) SVN-Revision: 7952 | ||||
* | fix static routes for dynamic interfaces (#1446) | Felix Fietkau | 2007-07-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 7949 | ||||
* | rename mini_fo mount point so as not to confuse users | Mike Baker | 2007-07-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 7928 | ||||
* | move uci_load into config_load so that changes can be applied via uci ↵ | Mike Baker | 2007-07-11 | 2 | -15/+22 |
| | | | | | | without commiting SVN-Revision: 7927 | ||||
* | add second package source for packages built from the /packages repository ↵ | Felix Fietkau | 2007-07-09 | 2 | -3/+4 |
| | | | | | | fix up first package source (should be release, not snapshots on 7.07) SVN-Revision: 7897 | ||||
* | hotplug2 update - include hotplug2-init.rules from hotplug2.rules, fix ↵ | Felix Fietkau | 2007-07-09 | 1 | -0/+22 |
| | | | | | | permissions of various devices (fixes #2052) SVN-Revision: 7892 | ||||
* | fix usb-storage permissions | Mike Baker | 2007-07-08 | 1 | -0/+0 |
| | | | | SVN-Revision: 7889 | ||||
* | more wpa+wds patches | Mike Baker | 2007-07-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 7888 | ||||
* | fix a race condition with broadcom wl devices in a bridge if a device is ↵ | Felix Fietkau | 2007-07-04 | 1 | -0/+1 |
| | | | | | | added before the bridge is brought up, the wifi settings are lost SVN-Revision: 7872 | ||||
* | add failsafe support for atheros-2.6 (#1501) - only works with ar5315+ at ↵ | Felix Fietkau | 2007-07-04 | 1 | -0/+9 |
| | | | | | | the moment SVN-Revision: 7870 | ||||
* | move parts of the failsafe code to the generic base-files - will be used on ↵ | Felix Fietkau | 2007-06-30 | 2 | -1/+4 |
| | | | | | | atheros as well as soon as i've added support for it SVN-Revision: 7810 | ||||
* | fix a warning (#1800) | Felix Fietkau | 2007-06-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 7809 | ||||
* | replace the hotplug2 fork handling hack with a better solution implemented ↵ | Felix Fietkau | 2007-06-30 | 1 | -1/+1 |
| | | | | | | in upstream (thanks, iSteve) SVN-Revision: 7786 | ||||
* | unify sysctl.conf, add extra netfilter options (#1996) | Felix Fietkau | 2007-06-30 | 1 | -0/+13 |
| | | | | SVN-Revision: 7784 | ||||
* | fix broadcast address (#1611) | Mike Baker | 2007-06-28 | 1 | -2/+1 |
| | | | | SVN-Revision: 7766 | ||||
* | fix failsafe on broadcom, send netlink events in diag when running linux 2.6 | Felix Fietkau | 2007-06-25 | 3 | -15/+22 |
| | | | | SVN-Revision: 7722 | ||||
* | added usb-storage hotpluging | John Crispin | 2007-06-20 | 2 | -0/+41 |
| | | | | SVN-Revision: 7684 | ||||
* | keep track of the network interface states (stored in uci format in ↵ | Felix Fietkau | 2007-06-16 | 5 | -6/+25 |
| | | | | | | /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643 | ||||
* | more fixes | Felix Fietkau | 2007-06-15 | 5 | -8/+8 |
| | | | | SVN-Revision: 7639 | ||||
* | some shell variable handling fixes | Felix Fietkau | 2007-06-15 | 2 | -4/+4 |
| | | | | SVN-Revision: 7638 | ||||
* | fix typo | Felix Fietkau | 2007-06-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 7637 | ||||
* | allow config_* and uci_* functions to work on files outside of /etc/config - ↵ | Felix Fietkau | 2007-06-15 | 2 | -12/+34 |
| | | | | | | these files are assumed to use commands generated by uci_* only (as overlay to regular config files) SVN-Revision: 7636 | ||||
* | Add the conloglevel option (#1682) | Florian Fainelli | 2007-06-13 | 1 | -0/+3 |
| | | | | SVN-Revision: 7613 | ||||
* | Package libstdc++ (#1883) | Florian Fainelli | 2007-06-12 | 1 | -0/+13 |
| | | | | SVN-Revision: 7581 | ||||
* | add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵ | Imre Kaloz | 2007-06-08 | 1 | -0/+1 |
| | | | | | | with wigyori SVN-Revision: 7533 | ||||
* | Check for modules.d existence before loading modules | Florian Fainelli | 2007-05-31 | 1 | -2/+4 |
| | | | | SVN-Revision: 7423 | ||||
* | mount_root should only mount the root | Mike Baker | 2007-05-31 | 2 | -48/+54 |
| | | | | SVN-Revision: 7418 | ||||
* | bridge the lan interface by default | Felix Fietkau | 2007-05-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 7349 | ||||
* | keep uci_set from saving things that have not changed | Travis Kemen | 2007-05-16 | 1 | -2/+5 |
| | | | | SVN-Revision: 7259 | ||||
* | fix typo | Mike Baker | 2007-05-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 7244 | ||||
* | Prefer real executables when available (#1296) | Florian Fainelli | 2007-05-14 | 1 | -3/+3 |
| | | | | SVN-Revision: 7232 | ||||
* | cleaner version of the udhcp script | Mike Baker | 2007-05-14 | 1 | -5/+7 |
| | | | | SVN-Revision: 7222 | ||||
* | /proc needs to be mounted before preinit.arch for failsafe | Mike Baker | 2007-05-14 | 1 | -3/+3 |
| | | | | SVN-Revision: 7220 | ||||
* | Do not suppress routes if the router received on renew is the same (#138) | Florian Fainelli | 2007-05-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 7215 | ||||
* | Fix set_state preinit stuff | Florian Fainelli | 2007-05-13 | 2 | -3/+3 |
| | | | | SVN-Revision: 7200 | ||||
* | clean up the mtd unlocking | Mike Baker | 2007-05-13 | 1 | -12/+13 |
| | | | | SVN-Revision: 7199 |