Commit Graph

190 Commits (c6bc77ea365704f3f5c79d64aed069792a4e95b1)

Author SHA1 Message Date
Felix Fietkau c6bc77ea36 build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
SVN-Revision: 8362
17 years ago
Felix Fietkau 049dc2925b fix a race condition with dynamic interfaces and firewalling
SVN-Revision: 8343
17 years ago
Felix Fietkau b085680b96 tab/whitespace fix
SVN-Revision: 8338
17 years ago
John Crispin 206998371f wireless config gets regenerated not only when it does not exist, buit also if it is 0 len
SVN-Revision: 8149
17 years ago
Felix Fietkau 600d29f61e fix an error message
SVN-Revision: 8109
17 years ago
Felix Fietkau b13426e21b keep track of the wifi interface state in /var/state/wireless
SVN-Revision: 8108
17 years ago
Felix Fietkau 6330c58b58 add patch from #2111
SVN-Revision: 8106
17 years ago
Felix Fietkau e58d9626f2 add a workaround for the hostapd killed issue when using more than one wifi card (#1928, #2040)
SVN-Revision: 8077
17 years ago
Florian Fainelli 650ee7c337 libgcc is not available with host-toolchain, DEPENDS was overriden with the avr32 condition
SVN-Revision: 8038
17 years ago
Felix Fietkau c50816d093 move firmware loading to hotplug2-init.rules (should fix #2056)
SVN-Revision: 7955
17 years ago
Felix Fietkau a366b4ea98 use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset
SVN-Revision: 7953
17 years ago
Felix Fietkau 1b4380b8ed avoid a race condition that might lead to dnsmasq reading an empty resolv.conf (#2007)
SVN-Revision: 7952
17 years ago
Felix Fietkau bfa7afbd22 fix static routes for dynamic interfaces (#1446)
SVN-Revision: 7949
17 years ago
Mike Baker c2e8f9c47c rename mini_fo mount point so as not to confuse users
SVN-Revision: 7928
17 years ago
Mike Baker 57da2d5713 move uci_load into config_load so that changes can be applied via uci without commiting
SVN-Revision: 7927
17 years ago
Felix Fietkau fb684d26f3 add second package source for packages built from the /packages repository fix up first package source (should be release, not snapshots on 7.07)
SVN-Revision: 7897
17 years ago
Felix Fietkau 0e387805fb hotplug2 update - include hotplug2-init.rules from hotplug2.rules, fix permissions of various devices (fixes #2052)
SVN-Revision: 7892
17 years ago
Mike Baker bab458186d fix usb-storage permissions
SVN-Revision: 7889
17 years ago
Mike Baker 9a785f0b0a more wpa+wds patches
SVN-Revision: 7888
17 years ago
Felix Fietkau 5b52ebfcb1 fix a race condition with broadcom wl devices in a bridge if a device is added before the bridge is brought up, the wifi settings are lost
SVN-Revision: 7872
17 years ago
Felix Fietkau 114b9a8fb6 add failsafe support for atheros-2.6 (#1501) - only works with ar5315+ at the moment
SVN-Revision: 7870
17 years ago
Felix Fietkau 5e7cb507cd move parts of the failsafe code to the generic base-files - will be used on atheros as well as soon as i've added support for it
SVN-Revision: 7810
17 years ago
Felix Fietkau f95db8bac8 fix a warning (#1800)
SVN-Revision: 7809
17 years ago
Felix Fietkau c09dc20f2c replace the hotplug2 fork handling hack with a better solution implemented in upstream (thanks, iSteve)
SVN-Revision: 7786
17 years ago
Felix Fietkau 9bf6078866 unify sysctl.conf, add extra netfilter options (#1996)
SVN-Revision: 7784
17 years ago
Mike Baker 810b0bcb22 fix broadcast address (#1611)
SVN-Revision: 7766
17 years ago
Felix Fietkau 8c41e51e92 fix failsafe on broadcom, send netlink events in diag when running linux 2.6
SVN-Revision: 7722
17 years ago
John Crispin 2fe37ccdf6 added usb-storage hotpluging
SVN-Revision: 7684
17 years ago
Felix Fietkau 4f16e9cc3e keep track of the network interface states (stored in uci format in /var/state/network, overlay over /etc/config/network)
SVN-Revision: 7643
17 years ago
Felix Fietkau 90d54c0faa more fixes
SVN-Revision: 7639
17 years ago
Felix Fietkau 5e6f8739be some shell variable handling fixes
SVN-Revision: 7638
17 years ago
Felix Fietkau 74f84753e7 fix typo
SVN-Revision: 7637
17 years ago
Felix Fietkau 796e53414f allow config_* and uci_* functions to work on files outside of /etc/config - these files are assumed to use commands generated by uci_* only (as overlay to regular config files)
SVN-Revision: 7636
17 years ago
Florian Fainelli 440f537f48 Add the conloglevel option (#1682)
SVN-Revision: 7613
17 years ago
Florian Fainelli 096917d10f Package libstdc++ (#1883)
SVN-Revision: 7581
17 years ago
Imre Kaloz 08c7265613 add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
SVN-Revision: 7533
17 years ago
Florian Fainelli 5b78b9a5e7 Check for modules.d existence before loading modules
SVN-Revision: 7423
17 years ago
Mike Baker 40071deb7a mount_root should only mount the root
SVN-Revision: 7418
17 years ago
Felix Fietkau 8682fc591c bridge the lan interface by default
SVN-Revision: 7349
17 years ago
Travis Kemen ff111c2511 keep uci_set from saving things that have not changed
SVN-Revision: 7259
17 years ago
Mike Baker 924cd1ffc9 fix typo
SVN-Revision: 7244
17 years ago
Florian Fainelli 1518889ffa Prefer real executables when available (#1296)
SVN-Revision: 7232
17 years ago
Mike Baker 3e112cbedb cleaner version of the udhcp script
SVN-Revision: 7222
17 years ago
Mike Baker d502764953 /proc needs to be mounted before preinit.arch for failsafe
SVN-Revision: 7220
17 years ago
Florian Fainelli 3e9c0379ba Do not suppress routes if the router received on renew is the same (#138)
SVN-Revision: 7215
17 years ago
Florian Fainelli 5cbadc89e7 Fix set_state preinit stuff
SVN-Revision: 7200
17 years ago
Mike Baker e4c6078c67 clean up the mtd unlocking
SVN-Revision: 7199
17 years ago
Mike Baker 4bc5cb30d3 tweaks for 2M devices
SVN-Revision: 7179
17 years ago
Mike Baker 6d97d7af8c bugfix
SVN-Revision: 7178
17 years ago
Mike Baker 5fa3d90c46 fix bug in mount script
SVN-Revision: 7177
17 years ago