1978 Commits (1391134579a376cfb38523efe8bda356fc783bb4)

Author SHA1 Message Date
Felix Fietkau cf2cd1c384 upgrade to uci 0.4.6 - fixes a parser glitch 16 years ago
Felix Fietkau 11df62d176 link default routes added by the network scripts to the appropriate interface (#2621) 16 years ago
Felix Fietkau ee56e9ec59 network scripts: properly maintain the network state's list of assigned interfaces 16 years ago
Felix Fietkau 8c453b693c functions.sh: add list_contains function for checking whether a list contains a specific element 16 years ago
Felix Fietkau 4d883da9bf functions.sh: add a function for removing an item from a list in a shell variable 16 years ago
Felix Fietkau 3380590790 upgrade to uci 0.4.5 - adds extra input validation 16 years ago
Felix Fietkau 69ed8ba037 clean up the directory layout of the uci shell api 16 years ago
Felix Fietkau 4053fb48cf nuke uci-sh, it is obsolete and no longer works 16 years ago
Felix Fietkau 4cb7df23e9 allow packages to optionally append config file contents in the environment by setting a flag and calling config_load multiple times 16 years ago
Felix Fietkau c5ecc1790a fix hotplug2 event processing deadlock 16 years ago
John Crispin 79aebec9e0 creates a passwd's shadow file if busybox supports the feature, fixes #2887 16 years ago
John Crispin 93ce64320a adds option to select tls provider when using wpa_supplicant, fixes #3770 16 years ago
Florian Fainelli cc99e5b35d Disable smash stacking support by default, but allow to enable it as an experimental feature 16 years ago
Florian Fainelli 890c213508 x86_64 also needs -fPIC to create lua shared libraries 16 years ago
Felix Fietkau 10b74a2455 madwifi: add some extra sanity checking 16 years ago
Felix Fietkau 55b55f6861 madwifi: change the network scripts to use the new wds sta separation feature 16 years ago
Felix Fietkau e606b1603b properly keep track of bridged interfaces in the network state 16 years ago
Felix Fietkau df292e17b1 madwifi: wds updates - refactor wds code - add interface for separating individual wds stations from the master interface - add some queueing fixes for packets passing through virtual interfaces 16 years ago
John Crispin fba71e7fb1 fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674 16 years ago
John Crispin 411e1a0757 fixes ipkg dependency bug for spi modules, #3272 16 years ago
John Crispin a817bad21f add lm sensor and clean up dependency, fixes #3821 16 years ago
John Crispin b639fc4b00 fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen 16 years ago
Travis Kemen a4dbc3ddb3 remove opkg config file and link ipkg.conf to opkg.conf being they are the same 16 years ago
Travis Kemen c4f368d258 move curl back to packages 16 years ago
Travis Kemen f988ff9a3a removed a missed dependancy on curl remove use of autogen, just run the one needed command from in it 16 years ago
Florian Fainelli 3d6f8816dc Fix nfs kernel modules for 2.4 kernels 16 years ago
Florian Fainelli 3832f60af7 opkg depends on curl 16 years ago
Florian Fainelli 182c9bc339 Move curl from packages to trunk, opkg depends on it 16 years ago
Steven Barth a1031eeb23 lua: Remove -fPIC for non-powerpc platforms 16 years ago
Travis Kemen 53332ba9c2 add opkg - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg 16 years ago
Andy Boyett 2ddbb426c8 Move packages lists to the ramdisk to save flash space - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each boot before packages can be installed from feeds 16 years ago
Andy Boyett 6b045c7dc6 Generate gzipped package lists - Can be used by changing the src line in /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg 16 years ago
Andy Boyett 28ddc0a2ae Port the full ipkg to Kamikaze - Does not suffer from most of the issues the busybox implementation experiences - busybox ipkg is still the default package manager - Removes /usr/bin/ipkg on install if it is a symlink - Relinks /usr/bin/ipkg to busybox on removal if ipkg is compiled into busybox - Supports gzip'd package lists, results in substantial space savings 16 years ago
John Crispin 9c2e5b0b82 fixes download path for mac80211 16 years ago
Nicolas Thill a5df818e0d fix libraries packaging for uml on x86_64 16 years ago
John Crispin 5e942a9011 fixes dbus param of dnsmasq, #3818, thanks the.loeki 16 years ago
Florian Fainelli 8e626bffb7 Do not run ldconfig while cross-compiling zlib 16 years ago
Andy Boyett 0abeea4e60 usb-serial: Fix swapped dependencies for belkin and ch341 16 years ago
Florian Fainelli e63040663d Allow madwifi devices to be set in monitor mode 16 years ago
Florian Fainelli 63622fbbec ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully load (#3813) 16 years ago
Imre Kaloz 4a3cc5d9a7 add backported HSO driver 16 years ago
Gabor Juhos 3035d2e7c9 button-hotplug: fix compile warnings 16 years ago
Gabor Juhos 9b2e1bdd8d fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes #2788) 16 years ago
Felix Fietkau bdfc0556b8 refresh madwifi patches 16 years ago
Felix Fietkau 22a637325e wpa_supplicant: sort scan results by link quality to improve supplicant-controlled roaming 16 years ago
Felix Fietkau e7c5e72479 wpa_supplicant: improve scan cache reliability 16 years ago
Felix Fietkau 144e506288 madwifi: preempt any running scan when wpa_supplicant triggers a new assoc 16 years ago
Felix Fietkau 21dbb0d64d madwifi: preserve WPA IEs received in probe responses and prefer them over beacon information improves reliability when using wpa_supplicant to connect to aps with hidden ssid and dynamic encryption settings 16 years ago
Felix Fietkau 8aab13b562 madwifi: add some roaming fixes by ubnt 16 years ago
Felix Fietkau c0dc50fb55 rewrite madwifi sta mode link up/down notifications (mostly used by wpa_supplicant), fixes some stale node or reconnect loop issues 16 years ago