aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* rdc-2.6 has pci support and rt61 should be built only along with rdc-2.6Florian Fainelli2007-04-251-1/+1
| | | | SVN-Revision: 7049
* qos-scripts update - fix enabling/disabling of interfaces, make the overhead ↵Felix Fietkau2007-04-243-14/+20
| | | | | | calculation optional SVN-Revision: 7048
* fix a small typoFelix Fietkau2007-04-241-2/+2
| | | | SVN-Revision: 7047
* clean up version control junk in the rootfs directoryFelix Fietkau2007-04-241-0/+3
| | | | SVN-Revision: 7045
* use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spamFelix Fietkau2007-04-242-13/+4
| | | | SVN-Revision: 7043
* Make only on ar7 platforms.Mike Albon2007-04-241-1/+1
| | | | SVN-Revision: 7041
* Create /lib/firmwareFlorian Fainelli2007-04-221-1/+1
| | | | SVN-Revision: 7033
* Add build-depends on linux-atmEugene Konev2007-04-221-0/+1
| | | | SVN-Revision: 7030
* fix start_pppd for pptp (closes: #1612)Nicolas Thill2007-04-211-2/+2
| | | | SVN-Revision: 7027
* add better default config for ar7, add br2684ctl init script, add a missing ↵Felix Fietkau2007-04-213-1/+35
| | | | | | setting for pppoa SVN-Revision: 7024
* add new ar7 dsl driver (thanks, matteo), mark ar7-2.4 as broken and enable ↵Felix Fietkau2007-04-203-26/+731
| | | | | | ar7-2.6 SVN-Revision: 7020
* add missing -prepare targetFelix Fietkau2007-04-201-2/+2
| | | | SVN-Revision: 7017
* upgrade to new version of br2684ctlFelix Fietkau2007-04-208-1160/+293
| | | | SVN-Revision: 7011
* Fix a typoFlorian Fainelli2007-04-191-1/+1
| | | | SVN-Revision: 7008
* Add admswconfig until we add support for adm5120 switch in kmod-switch, ↵Florian Fainelli2007-04-191-0/+48
| | | | | | thanks Thomas Langer for the makefile. SVN-Revision: 7007
* we don't need the shared library thereImre Kaloz2007-04-191-2/+0
| | | | SVN-Revision: 7006
* don't try to set up wpa if hostapd is not installedFelix Fietkau2007-04-191-7/+9
| | | | SVN-Revision: 7005
* move hostapd setup script from wireless-tools to hostapd packageFelix Fietkau2007-04-183-2/+2
| | | | SVN-Revision: 7000
* minor cleanupFelix Fietkau2007-04-181-7/+1
| | | | SVN-Revision: 6999
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-04-1810-191/+190
| | | | | | kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them SVN-Revision: 6998
* Patches for rt61 are no longer requiredFlorian Fainelli2007-04-172-34/+0
| | | | SVN-Revision: 6990
* Fix the device names too long (#1591)Florian Fainelli2007-04-171-7/+11
| | | | SVN-Revision: 6987
* rt61 is not broken on 2.6 kernels, use a daily snapshot insteadFlorian Fainelli2007-04-171-4/+4
| | | | SVN-Revision: 6986
* we can use some more hotplug processes here...Felix Fietkau2007-04-161-1/+1
| | | | SVN-Revision: 6980
* 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) SVN-Revision: 6978
* 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) SVN-Revision: 6975
* Add qc-usb modules (#1193)Florian Fainelli2007-04-162-0/+105
| | | | SVN-Revision: 6966
* Fix startklips with bb's ifconfig (#1556)Florian Fainelli2007-04-161-0/+12
| | | | SVN-Revision: 6965
* Add profile for Soekris Net4801 boards (#1072)Florian Fainelli2007-04-162-1/+83
| | | | SVN-Revision: 6962
* Fix reverse polarity on WGT634U (was : green while booting, amber when ready)Florian Fainelli2007-04-151-1/+1
| | | | SVN-Revision: 6958
* Build usbnet modules for brcm targets (#1481)Florian Fainelli2007-04-151-5/+20
| | | | SVN-Revision: 6955
* fix ifdown hotplug event (#1576)Felix Fietkau2007-04-151-1/+1
| | | | SVN-Revision: 6950
* fix bogus "interface not found" errors in ifup -a (#1580)Felix Fietkau2007-04-151-1/+1
| | | | SVN-Revision: 6949
* Add raw and NOTRACK targets (#1583)Florian Fainelli2007-04-132-2/+5
| | | | SVN-Revision: 6945
* Load soundcore before all other modules (#1586)Florian Fainelli2007-04-131-1/+1
| | | | SVN-Revision: 6943
* dnsmasq: speed up the dhcp server detection (one try is enough)Felix Fietkau2007-04-121-1/+1
| | | | SVN-Revision: 6941
* 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) SVN-Revision: 6939
* revert package compile breakage introduced in [6936]Felix Fietkau2007-04-121-1/+1
| | | | SVN-Revision: 6938
* remove automounting script for block devices - it's causing more problems ↵Felix Fietkau2007-04-121-25/+0
| | | | | | than it solves SVN-Revision: 6937
* minor tweaks to the verbose systemMike Baker2007-04-111-4/+9
| | | | SVN-Revision: 6936
* allow scripts to disable config callbacksFelix Fietkau2007-04-111-2/+2
| | | | SVN-Revision: 6934
* change handling of non-trx filesMike Baker2007-04-101-13/+2
| | | | SVN-Revision: 6924
* 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) SVN-Revision: 6909
* Enable codepage 1250 support (#1554)Florian Fainelli2007-04-081-0/+10
| | | | SVN-Revision: 6906
* Add ISDN support (#1498)Florian Fainelli2007-04-081-0/+9
| | | | SVN-Revision: 6905
* Fix MacOSX build errors with iproute2 (#1533)Florian Fainelli2007-04-082-0/+67
| | | | SVN-Revision: 6904
* Fix yamonenv errors on accessing environment (#1542)Florian Fainelli2007-04-081-0/+12
| | | | SVN-Revision: 6902
* move openssl to 0.9.8eTim Yardley2007-04-081-3/+3
| | | | SVN-Revision: 6892
* update dropbear to 0.49Tim Yardley2007-04-083-31/+12
| | | | SVN-Revision: 6890
* qos-scripts: fix RED burst calculationFelix Fietkau2007-04-071-1/+2
| | | | SVN-Revision: 6878