aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* rt61 is not broken on 2.6 kernels, use a daily snapshot insteadFlorian Fainelli2007-04-171-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6986 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we can use some more hotplug processes here...Felix Fietkau2007-04-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add jffs2_mark_erase function for erasing jffs2 partitions on the next mount ↵Felix Fietkau2007-04-161-0/+10
| | | | | | (typically faster than doing mtd erase manually) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve handling of 11a/b/g mode setting. redirect iwconfig channel errors ↵Felix Fietkau2007-04-161-4/+5
| | | | | | to /dev/null (the command fails at times and needs to be run multiple times, because it's a bit unreliable) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add qc-usb modules (#1193)Florian Fainelli2007-04-162-0/+105
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6966 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix startklips with bb's ifconfig (#1556)Florian Fainelli2007-04-161-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add profile for Soekris Net4801 boards (#1072)Florian Fainelli2007-04-162-1/+83
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix reverse polarity on WGT634U (was : green while booting, amber when ready)Florian Fainelli2007-04-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6958 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Build usbnet modules for brcm targets (#1481)Florian Fainelli2007-04-151-5/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ifdown hotplug event (#1576)Felix Fietkau2007-04-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix bogus "interface not found" errors in ifup -a (#1580)Felix Fietkau2007-04-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add raw and NOTRACK targets (#1583)Florian Fainelli2007-04-132-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Load soundcore before all other modules (#1586)Florian Fainelli2007-04-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq: speed up the dhcp server detection (one try is enough)Felix Fietkau2007-04-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi init: set the channel after bringing up the interface (sometimes it ↵Felix Fietkau2007-04-121-0/+1
| | | | | | needs the channel before bringing up the interface, sometimes after, no idea what's going on) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert package compile breakage introduced in [6936]Felix Fietkau2007-04-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6938 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove automounting script for block devices - it's causing more problems ↵Felix Fietkau2007-04-121-25/+0
| | | | | | than it solves git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* minor tweaks to the verbose systemMike Baker2007-04-111-4/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6936 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow scripts to disable config callbacksFelix Fietkau2007-04-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change handling of non-trx filesMike Baker2007-04-101-13/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add magicbox 2.0 cf slot support - kmod-ide must not be used on magicbox 1.1 ↵Felix Fietkau2007-04-091-1/+1
| | | | | | (no working hw detection yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable codepage 1250 support (#1554)Florian Fainelli2007-04-081-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ISDN support (#1498)Florian Fainelli2007-04-081-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix MacOSX build errors with iproute2 (#1533)Florian Fainelli2007-04-082-0/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix yamonenv errors on accessing environment (#1542)Florian Fainelli2007-04-081-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move openssl to 0.9.8eTim Yardley2007-04-081-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update dropbear to 0.49Tim Yardley2007-04-083-31/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* qos-scripts: fix RED burst calculationFelix Fietkau2007-04-071-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update qos-scripts to v1.1 - rewritten hfsc rate calculationFelix Fietkau2007-04-067-154/+158
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add bnep to the bluetooth kmod package (patch by Henryk)Felix Fietkau2007-04-061-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use rc.common for usb init scriptFelix Fietkau2007-04-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing modules for usb sound support on 2.6 (#1535)Felix Fietkau2007-04-052-5/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove ldd/ldconfig for the moment (#1551)Florian Fainelli2007-04-041-13/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move gen_busybox_menuconfig.pl to package/busyboxFelix Fietkau2007-04-041-0/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace gen_busybox_config.pl with a simple sed commandFelix Fietkau2007-04-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Tidy up MakefilesMike Baker2007-04-031-17/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ldd and ldconfig support, template packages derived from gcc and uclibcFlorian Fainelli2007-04-032-17/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* network config: ignore nonexistant interfacesFelix Fietkau2007-04-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* patch for busybox httpd that adds an option for redirecting all requests to ↵Felix Fietkau2007-04-021-0/+91
| | | | | | a specific page (e.g. for making a splash screen) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move /dev/tun to /dev/net/tunFelix Fietkau2007-04-011-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add usbnet and asix ethernet based adapters support (#1481)Florian Fainelli2007-04-011-3/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6812 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix i2c kernel configuration dependency (#1511)Florian Fainelli2007-04-011-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix fuse compile on osxFelix Fietkau2007-04-012-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Limit the number of hotplug childrensFlorian Fainelli2007-04-012-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix i2c module dependencies (#1525)Florian Fainelli2007-04-011-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix iptables extension issue with mac os x buildsFelix Fietkau2007-04-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert bluetooth kconfig change - it doesn't work that wayFelix Fietkau2007-03-311-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* /sbin/hotplug-call: export the hotplug event type through the environment ↵Felix Fietkau2007-03-312-2/+4
| | | | | | for hotplug scripts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow dhcp sections for dnsmasq to add command line optionsFelix Fietkau2007-03-311-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* check initseq->first in awx after running include()Felix Fietkau2007-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6751 3c298f89-4303-0410-b956-a3cf2f4a3e73