summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* migrate acx to netdev_ops, required for later kernelsFlorian Fainelli2010-03-061-0/+41
| | | | SVN-Revision: 20014
* mac80211: enable debugfs support by default - having access to the rate ↵Felix Fietkau2010-03-061-0/+1
| | | | | | control statistics is very useful for figuring out the real quality of a link SVN-Revision: 20011
* this patch fixes package/Makefile.Travis Kemen2010-03-051-2/+4
| | | | | | -Raphael SVN-Revision: 20000
* this patch fixes uboot-envtools so that it is no longer broken.Travis Kemen2010-03-053-17/+132
| | | | | | -Raphael SVN-Revision: 19999
* this patch uses PKG_INSTALL:=1 and simplifies the Makefile, separates the ↵Travis Kemen2010-03-051-33/+21
| | | | | | | | menuconfig options in a separates Config.in file, adds a new patch to disable man pages (there was an error with QUILT=1 without this patch, as ln was used without -f), renames patches to be more explicit (and 1xx for Makefile patches and 2xx for source patches) -Raphael SVN-Revision: 19997
* this patch simplifies the Makefile by using PKG_INSTALL:=1 and fixes ↵Travis Kemen2010-03-051-25/+22
| | | | | | | | parallel build. -Raphael SVN-Revision: 19994
* this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also ↵Travis Kemen2010-03-051-29/+23
| | | | | | | | fixes parallel build. -Raphael SVN-Revision: 19993
* include kernel-defaults.mk and use $(KERNEL_MAKEOPTS)Nicolas Thill2010-03-051-7/+3
| | | | SVN-Revision: 19981
* firstboot: detect mtd, rom & jffs parts first, fix jffs mounted testNicolas Thill2010-03-051-5/+5
| | | | SVN-Revision: 19980
* revert r19964 for now, there are issues with opkg/ipkg.py generating the ↵Travis Kemen2010-03-041-3/+2
| | | | | | status db SVN-Revision: 19970
* grab all config files for installed packages, closes #3718Travis Kemen2010-03-031-2/+3
| | | | SVN-Revision: 19964
* 2.6.33 fixes for atheros and madwifiMatteo Croce2010-03-031-0/+536
| | | | SVN-Revision: 19963
* kernel: add some missing config files and make compat-wireless build with ↵Hauke Mehrtens2010-03-021-0/+9
| | | | | | | | kernel 2.6.33 Thanks tripolar for the missing config symbols SVN-Revision: 19956
* firewall: insert rules at the beginning of chains again while maintaining ↵Jo-Philipp Wich2010-03-021-1/+4
| | | | | | non reversed order, fixes wrong ordering introduced by r18015 SVN-Revision: 19946
* openssl: fix build failure on arm, aes asm version is not shipped anymore ↵Nicolas Thill2010-03-022-16/+0
| | | | | | (closes: #6778) SVN-Revision: 19945
* firstboot: fix typo (closes: #6738)Nicolas Thill2010-03-011-1/+1
| | | | SVN-Revision: 19944
* mac80211: add the new 802.11n minstrel rate control implementation ↵Felix Fietkau2010-03-017-1/+1314
| | | | | | (optional, not used by default) SVN-Revision: 19943
* dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)Vasilis Tsiligiannis2010-03-011-1/+1
| | | | SVN-Revision: 19942
* openssl: upgrade to 0.9.8m (patch by Peter Wagner)Felix Fietkau2010-03-0114-512/+16
| | | | SVN-Revision: 19939
* base-files: fix enter failsafe messageFelix Fietkau2010-03-011-1/+0
| | | | SVN-Revision: 19937
* drop support for the old style magicbox-cf driverImre Kaloz2010-03-011-17/+2
| | | | SVN-Revision: 19932
* partly revert [19925] as the ata version builds fineImre Kaloz2010-03-011-1/+1
| | | | SVN-Revision: 19931
* kernel: mark ata-magicbox-cf & ide-magicbox as BROKEN for now (they don't ↵Nicolas Thill2010-03-011-2/+2
| | | | | | build on 2.6.32) SVN-Revision: 19925
* mac80211: add 2 missing config symbols needed to build rt2x00-lib & ↵Nicolas Thill2010-03-011-0/+2
| | | | | | rt2800-lib modules SVN-Revision: 19923
* switch: suppress boot error message on 2.4Nicolas Thill2010-03-011-2/+2
| | | | SVN-Revision: 19922
* fix kmod-nls-base dependency with usb-core (#6753)Florian Fainelli2010-02-281-1/+1
| | | | SVN-Revision: 19918
* iptables: disable kernel module autoloadingJo-Philipp Wich2010-02-283-24/+18
| | | | SVN-Revision: 19917
* mac80211: fix essid setting for ad-hoc (thx, stintel)Felix Fietkau2010-02-281-1/+1
| | | | SVN-Revision: 19916
* mac80211: fix client modeFelix Fietkau2010-02-281-12/+12
| | | | SVN-Revision: 19915
* mac80211: fix interface startup order for AP+STA (patch by yann lopez)Felix Fietkau2010-02-281-23/+30
| | | | SVN-Revision: 19912
* switch: eliminate the asterisk from the switch port configuration and set it ↵Jo-Philipp Wich2010-02-281-1/+9
| | | | | | automatically on the first vlan, this aligns the broadcom vlan config with the swconfig format SVN-Revision: 19909
* fix busybox's ping compilation when the fancy feature is turned off (#6489)Florian Fainelli2010-02-281-6/+16
| | | | SVN-Revision: 19904
* switch: do not include linux/autoconf.h (#6513)Florian Fainelli2010-02-283-3/+0
| | | | SVN-Revision: 19903
* add missing hunks to recognize the Microsoft MN-700 device (#6749)Florian Fainelli2010-02-281-2/+20
| | | | SVN-Revision: 19896
* add block-extroot, a package for using an external filesystem as rootfs ↵Felix Fietkau2010-02-266-0/+176
| | | | | | (patch by cshore) SVN-Revision: 19880
* mark relevant kmod-* packages as being required for rootfs mounting (patch ↵Felix Fietkau2010-02-264-54/+54
| | | | | | by cshore) SVN-Revision: 19879
* add the block-mount package by Daniel Dickinson (cshore), replacing existing ↵Felix Fietkau2010-02-2613-78/+780
| | | | | | automount functionality SVN-Revision: 19877
* This patch allows the user to specify esfq as the leaf qdisc, as well as ↵Travis Kemen2010-02-262-2/+9
| | | | | | perturb and hash parameters, closes #1893 SVN-Revision: 19874
* fix issues with pptpd server and firewall, closes #2342Travis Kemen2010-02-262-2/+2
| | | | SVN-Revision: 19873
* r8101: update to v1.014.00, fix build on 2.6.31+Nicolas Thill2010-02-251-9/+15
| | | | SVN-Revision: 19854
* busybox: fix typo in last commit, thx NicoJo-Philipp Wich2010-02-251-1/+1
| | | | SVN-Revision: 19853
* busybox: disable busybox' own stripping, fixes stripped bb binary in ↵Jo-Philipp Wich2010-02-251-1/+1
| | | | | | STAGING_DIR_ROOT SVN-Revision: 19852
* busybox: implement -q flag for insmod for Linux 2.6 and actually suppress ↵Jo-Philipp Wich2010-02-241-0/+33
| | | | | | errors when the flag is specified, part 2 of the iptables modprobe fix SVN-Revision: 19851
* package: add VSC73[89]5 microcode for the AP83/PB44 boardsGabor Juhos2010-02-242-0/+122
| | | | SVN-Revision: 19836
* ath9k: disable RIFS search on some chips to avoid baseband hangsFelix Fietkau2010-02-241-0/+31
| | | | SVN-Revision: 19829
* iptables: fix a segfault when iptables tries to use modprobe, force it to ↵Jo-Philipp Wich2010-02-242-0/+24
| | | | | | use insmod SVN-Revision: 19827
* madwifi: disable ccmp replay protection for ibss/ahdemo to make wpa-none workFelix Fietkau2010-02-231-0/+13
| | | | SVN-Revision: 19822
* ppp: enable multilink support (#4837)Jo-Philipp Wich2010-02-221-5/+2
| | | | SVN-Revision: 19811
* ext4: fix for commit r19799Hauke Mehrtens2010-02-211-1/+1
| | | | SVN-Revision: 19800
* ext4: add Support for large (2TB+) block devices and filesHauke Mehrtens2010-02-211-4/+3
| | | | | | | | | CONFIG_LBDAF is needed for mounting ext4 filesystems with huge_file enabled. This is the default option. This closes #6714. SVN-Revision: 19799