aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* link default routes added by the network scripts to the appropriate ↵Felix Fietkau2008-07-301-2/+2
| | | | | | interface (#2621) SVN-Revision: 12027
* network scripts: properly maintain the network state's list of assigned ↵Felix Fietkau2008-07-301-0/+21
| | | | | | interfaces SVN-Revision: 12026
* functions.sh: add list_contains function for checking whether a list ↵Felix Fietkau2008-07-301-0/+9
| | | | | | contains a specific element SVN-Revision: 12025
* functions.sh: add a function for removing an item from a list in a shell ↵Felix Fietkau2008-07-301-0/+14
| | | | | | variable SVN-Revision: 12024
* upgrade to uci 0.4.5 - adds extra input validationFelix Fietkau2008-07-301-2/+2
| | | | SVN-Revision: 12023
* clean up the directory layout of the uci shell apiFelix Fietkau2008-07-302-1/+1
| | | | SVN-Revision: 12022
* nuke uci-sh, it is obsolete and no longer worksFelix Fietkau2008-07-304-603/+0
| | | | SVN-Revision: 12021
* allow packages to optionally append config file contents in the environment ↵Felix Fietkau2008-07-301-3/+5
| | | | | | by setting a flag and calling config_load multiple times SVN-Revision: 12020
* fix hotplug2 event processing deadlockFelix Fietkau2008-07-301-0/+135
| | | | | | | | | when bringing up ethernet on ixp4xx, the driver may request a firmware while hotplug2 waits for the netdev bringup to complete. change the event processing loop to keep an event backlog to allow unthrottled events to pass through while throttled events are being waited for SVN-Revision: 12019
* creates a passwd's shadow file if busybox supports the feature, fixes #2887John Crispin2008-07-301-0/+1
| | | | SVN-Revision: 12017
* adds option to select tls provider when using wpa_supplicant, fixes #3770John Crispin2008-07-302-0/+14
| | | | SVN-Revision: 12016
* Disable smash stacking support by default, but allow to enable it as an ↵Florian Fainelli2008-07-301-0/+1
| | | | | | experimental feature SVN-Revision: 12010
* x86_64 also needs -fPIC to create lua shared librariesFlorian Fainelli2008-07-301-0/+3
| | | | SVN-Revision: 12008
* madwifi: add some extra sanity checkingFelix Fietkau2008-07-302-1/+13
| | | | SVN-Revision: 12006
* madwifi: change the network scripts to use the new wds sta separation featureFelix Fietkau2008-07-303-2/+16
| | | | SVN-Revision: 12005
* properly keep track of bridged interfaces in the network stateFelix Fietkau2008-07-301-0/+17
| | | | SVN-Revision: 12004
* madwifi: wds updates - refactor wds code - add interface for separating ↵Felix Fietkau2008-07-307-6/+1172
| | | | | | individual wds stations from the master interface - add some queueing fixes for packets passing through virtual interfaces SVN-Revision: 12003
* fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674John Crispin2008-07-301-2/+2
| | | | SVN-Revision: 12002
* fixes ipkg dependency bug for spi modules, #3272John Crispin2008-07-302-23/+15
| | | | SVN-Revision: 12001
* add lm sensor and clean up dependency, fixes #3821John Crispin2008-07-291-1/+15
| | | | SVN-Revision: 11999
* fixes ppp ipv6 scripts, signed-off-by: Alina FriedrichsenJohn Crispin2008-07-292-2/+2
| | | | SVN-Revision: 11998
* remove opkg config file and link ipkg.conf to opkg.conf being they are the sameTravis Kemen2008-07-293-7/+1
| | | | SVN-Revision: 11994
* move curl back to packagesTravis Kemen2008-07-294-337/+0
| | | | SVN-Revision: 11992
* removed a missed dependancy on curl remove use of autogen, just run the one ↵Travis Kemen2008-07-293-10/+32
| | | | | | needed command from in it SVN-Revision: 11991
* Fix nfs kernel modules for 2.4 kernelsFlorian Fainelli2008-07-291-12/+8
| | | | SVN-Revision: 11989
* opkg depends on curlFlorian Fainelli2008-07-291-0/+1
| | | | SVN-Revision: 11988
* Move curl from packages to trunk, opkg depends on itFlorian Fainelli2008-07-294-0/+337
| | | | SVN-Revision: 11987
* lua: Remove -fPIC for non-powerpc platformsSteven Barth2008-07-291-1/+6
| | | | SVN-Revision: 11985
* add opkg - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used ↵Travis Kemen2008-07-295-0/+167
| | | | | | as a drop in replacement of ipkg SVN-Revision: 11983
* Move packages lists to the ramdisk to save flash space - Lists now stored in ↵Andy Boyett2008-07-291-0/+1
| | | | | | /var/ipkg-lists/, `ipkg update' must be run after each boot before packages can be installed from feeds SVN-Revision: 11982
* Generate gzipped package lists - Can be used by changing the src line in ↵Andy Boyett2008-07-291-3/+5
| | | | | | /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg SVN-Revision: 11981
* Port the full ipkg to Kamikaze - Does not suffer from most of the issues the ↵Andy Boyett2008-07-291-0/+76
| | | | | | 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 SVN-Revision: 11980
* fixes download path for mac80211John Crispin2008-07-281-1/+1
| | | | SVN-Revision: 11975
* fix libraries packaging for uml on x86_64Nicolas Thill2008-07-281-4/+7
| | | | SVN-Revision: 11970
* fixes dbus param of dnsmasq, #3818, thanks the.loekiJohn Crispin2008-07-281-1/+1
| | | | SVN-Revision: 11967
* Do not run ldconfig while cross-compiling zlibFlorian Fainelli2008-07-271-10/+10
| | | | SVN-Revision: 11959
* usb-serial: Fix swapped dependencies for belkin and ch341Andy Boyett2008-07-271-10/+10
| | | | SVN-Revision: 11953
* Allow madwifi devices to be set in monitor modeFlorian Fainelli2008-07-261-2/+2
| | | | SVN-Revision: 11943
* ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully ↵Florian Fainelli2008-07-261-2/+2
| | | | | | load (#3813) SVN-Revision: 11942
* add backported HSO driverImre Kaloz2008-07-261-0/+19
| | | | SVN-Revision: 11938
* button-hotplug: fix compile warningsGabor Juhos2008-07-261-4/+4
| | | | SVN-Revision: 11937
* fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes ↵Gabor Juhos2008-07-261-4/+20
| | | | | | #2788) SVN-Revision: 11935
* refresh madwifi patchesFelix Fietkau2008-07-2523-55/+53
| | | | SVN-Revision: 11932
* wpa_supplicant: sort scan results by link quality to improve ↵Felix Fietkau2008-07-251-0/+35
| | | | | | supplicant-controlled roaming SVN-Revision: 11931
* wpa_supplicant: improve scan cache reliabilityFelix Fietkau2008-07-251-30/+22
| | | | SVN-Revision: 11930
* madwifi: preempt any running scan when wpa_supplicant triggers a new assocFelix Fietkau2008-07-251-0/+10
| | | | SVN-Revision: 11929
* madwifi: preserve WPA IEs received in probe responses and prefer them over ↵Felix Fietkau2008-07-251-0/+49
| | | | | | beacon information improves reliability when using wpa_supplicant to connect to aps with hidden ssid and dynamic encryption settings SVN-Revision: 11928
* madwifi: add some roaming fixes by ubntFelix Fietkau2008-07-251-0/+77
| | | | SVN-Revision: 11927
* rewrite madwifi sta mode link up/down notifications (mostly used by ↵Felix Fietkau2008-07-251-5/+197
| | | | | | wpa_supplicant), fixes some stale node or reconnect loop issues SVN-Revision: 11926
* madwifi: reduce the packet loss impact of forced background scans triggered ↵Felix Fietkau2008-07-252-13/+48
| | | | | | by the configured threshold SVN-Revision: 11925