summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to uci 0.4.6 - fixes a parser glitchnbd2008-07-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* link default routes added by the network scripts to the appropriate ↵nbd2008-07-301-2/+2
| | | | | | interface (#2621) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* network scripts: properly maintain the network state's list of assigned ↵nbd2008-07-301-0/+21
| | | | | | interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* functions.sh: add list_contains function for checking whether a list ↵nbd2008-07-301-0/+9
| | | | | | contains a specific element git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* functions.sh: add a function for removing an item from a list in a shell ↵nbd2008-07-301-0/+14
| | | | | | variable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.4.5 - adds extra input validationnbd2008-07-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up the directory layout of the uci shell apinbd2008-07-302-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke uci-sh, it is obsolete and no longer worksnbd2008-07-304-603/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow packages to optionally append config file contents in the environment ↵nbd2008-07-301-3/+5
| | | | | | by setting a flag and calling config_load multiple times git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12020 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hotplug2 event processing deadlocknbd2008-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* creates a passwd's shadow file if busybox supports the feature, fixes #2887blogic2008-07-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12017 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adds option to select tls provider when using wpa_supplicant, fixes #3770blogic2008-07-302-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable smash stacking support by default, but allow to enable it as an ↵florian2008-07-301-0/+1
| | | | | | experimental feature git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86_64 also needs -fPIC to create lua shared librariesflorian2008-07-301-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add some extra sanity checkingnbd2008-07-302-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: change the network scripts to use the new wds sta separation featurenbd2008-07-303-2/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* properly keep track of bridged interfaces in the network statenbd2008-07-301-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: wds updatesnbd2008-07-307-6/+1172
| | | | | | | | | - refactor wds code - add interface for separating individual wds stations from the master interface - add some queueing fixes for packets passing through virtual interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674blogic2008-07-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes ipkg dependency bug for spi modules, #3272blogic2008-07-302-23/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add lm sensor and clean up dependency, fixes #3821blogic2008-07-291-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsenblogic2008-07-292-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove opkg config file and link ipkg.conf to opkg.conf being they are the samethepeople2008-07-293-7/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move curl back to packagesthepeople2008-07-294-337/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* removed a missed dependancy on curlthepeople2008-07-293-10/+32
| | | | | | remove use of autogen, just run the one needed command from in it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11991 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix nfs kernel modules for 2.4 kernelsflorian2008-07-291-12/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg depends on curlflorian2008-07-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move curl from packages to trunk, opkg depends on itflorian2008-07-294-0/+337
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: Remove -fPIC for non-powerpc platformscyrus2008-07-291-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add opkgthepeople2008-07-295-0/+167
| | | | | | | - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ipkg] Move packages lists to the ramdisk to save flash spaceagb2008-07-291-0/+1
| | | | | | | - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each boot before packages can be installed from feeds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ipkg] Generate gzipped package listsagb2008-07-291-3/+5
| | | | | | | - Can be used by changing the src line in /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ipkg] Port the full ipkg to Kamikazeagb2008-07-291-0/+76
| | | | | | | | | | - 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes download path for mac80211blogic2008-07-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix libraries packaging for uml on x86_64nico2008-07-281-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes dbus param of dnsmasq, #3818, thanks the.loekiblogic2008-07-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11967 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not run ldconfig while cross-compiling zlibflorian2008-07-271-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] usb-serial: Fix swapped dependencies for belkin and ch341agb2008-07-271-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow madwifi devices to be set in monitor modeflorian2008-07-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully ↵florian2008-07-261-2/+2
| | | | | | load (#3813) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add backported HSO driverkaloz2008-07-261-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11938 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] button-hotplug: fix compile warningsjuhosg2008-07-261-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network ↵juhosg2008-07-261-4/+20
| | | | | | configuration (closes #2788) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh madwifi patchesnbd2008-07-2523-55/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: sort scan results by link quality to improve ↵nbd2008-07-251-0/+35
| | | | | | supplicant-controlled roaming git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: improve scan cache reliabilitynbd2008-07-251-30/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11930 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: preempt any running scan when wpa_supplicant triggers a new assocnbd2008-07-251-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11929 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: preserve WPA IEs received in probe responses and prefer them over ↵nbd2008-07-251-0/+49
| | | | | | | | | | beacon information improves reliability when using wpa_supplicant to connect to aps with hidden ssid and dynamic encryption settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11928 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add some roaming fixes by ubntnbd2008-07-251-0/+77
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rewrite madwifi sta mode link up/down notifications (mostly used by ↵nbd2008-07-251-5/+197
| | | | | | | | | wpa_supplicant), fixes some stale node or reconnect loop issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11926 3c298f89-4303-0410-b956-a3cf2f4a3e73