aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* add preliminary coldfire v4e supportImre Kaloz2009-06-211-1/+1
| | | | SVN-Revision: 16538
* mac80211/ath5k: add workaround for the AR71xx PCI bugGabor Juhos2009-06-212-1/+33
| | | | SVN-Revision: 16535
* change sysctl.conf to disable tcp ecn by default (based on discussion with ↵Felix Fietkau2009-06-171-1/+1
| | | | | | marek who stumbled upon this, it creates hard-to-debug connectivity issues with providers/servers that still use buggy equipment) SVN-Revision: 16499
* wireless-tools: fix a bug in iwconfig power commandGabor Juhos2009-06-172-1/+14
| | | | SVN-Revision: 16491
* sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if ↵Jo-Philipp Wich2009-06-172-4/+5
| | | | | | standard reboot fails SVN-Revision: 16488
* fix unaligned accesses in b43/xmit.c (#5169)Florian Fainelli2009-06-151-0/+52
| | | | SVN-Revision: 16474
* rfkill config cleanupImre Kaloz2009-06-151-1/+1
| | | | SVN-Revision: 16471
* include a skin for the goldfish emulatorFelix Fietkau2009-06-1419-0/+381
| | | | SVN-Revision: 16460
* add the 'goldfish' target, useful for experimenting with virtual phone ↵Felix Fietkau2009-06-143-0/+331
| | | | | | hardware (includes the emulator) SVN-Revision: 16459
* remove empty patch forgotten in r16447Hauke Mehrtens2009-06-141-0/+0
| | | | SVN-Revision: 16451
* Some fixes for fuse24.Hauke Mehrtens2009-06-146-43/+32
| | | | | | | | | | Because sshfs expects character device to be /dev/fuse instead of /dev/misc/fuse, sshfs fails. This patch creates fuse device at /dev/fuse instead, also for compatibility the postinstall script (only executed when manually installed per opkg) creates /dev/misc/fuse added the dcache enabled kernel message to fuse24 Closes #5333 SVN-Revision: 16447
* D-Link DIR-320 support (broadcom-diag)Hauke Mehrtens2009-06-141-0/+19
| | | | | | | | | | | This patch adds D-Link DIR-320 support to broadcom-diag. "reserved" button is the button on the right side of the router without any title. I'm not sure if I've selected right name. Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru> SVN-Revision: 16443
* Various Makefile cleanup.Hauke Mehrtens2009-06-139-16/+5
| | | | | | Thanks to swalker. SVN-Revision: 16437
* Update to version 2.49 Fixes #5331 and #5286Hauke Mehrtens2009-06-134-26/+10
| | | | SVN-Revision: 16436
* recognize WAP54Gv2 and assigne LED and GPIOs (#5335)Florian Fainelli2009-06-131-0/+13
| | | | SVN-Revision: 16434
* udhcpc: add cidr routes support (patch from #5299)Felix Fietkau2009-06-132-0/+92
| | | | SVN-Revision: 16433
* wprobe: add missing include statement (patch from #5325)Felix Fietkau2009-06-131-0/+1
| | | | SVN-Revision: 16432
* madwifi: disable compression by default, as it can cause instabilities on ↵Felix Fietkau2009-06-111-2/+2
| | | | | | various platforms (thx, acoul) SVN-Revision: 16421
* fuse24: introduce fuse package for brcm-2.4 (#5186)Jo-Philipp Wich2009-06-116-0/+275
| | | | SVN-Revision: 16411
* fuse: update to v2.7.4 (#5186)Jo-Philipp Wich2009-06-111-21/+28
| | | | SVN-Revision: 16410
* base-files: Add support for bzipped images in sysupgradeVasilis Tsiligiannis2009-06-101-1/+2
| | | | SVN-Revision: 16408
* base-files: Detect and decompressed gzipped images automatically when ↵Vasilis Tsiligiannis2009-06-102-11/+15
| | | | | | flashing with sysupgrade SVN-Revision: 16407
* base-files: format hexdump output instead of using awk for sysupgradeVasilis Tsiligiannis2009-06-101-1/+1
| | | | SVN-Revision: 16405
* wprobe: move measurement task to the kernel, add some configurability (work ↵Felix Fietkau2009-06-109-155/+475
| | | | | | in progress) SVN-Revision: 16402
* fix typo in iptables makefile resulting in patches not being applied (#5311)Florian Fainelli2009-06-091-2/+2
| | | | SVN-Revision: 16392
* nvram: refuse nvram operations on the WGT634UJo-Philipp Wich2009-06-082-2/+12
| | | | SVN-Revision: 16378
* add ucitrigger: a uci plugin, command line tool and lua interface for ↵Felix Fietkau2009-06-086-1/+1102
| | | | | | automatically applying uci config changes SVN-Revision: 16375
* fix detection of motorola wr850g, thanks to Vinicius Fonseca, (#4710)Florian Fainelli2009-06-071-0/+2
| | | | SVN-Revision: 16367
* nvram: don't execute nvram fixups on the WGT634UJo-Philipp Wich2009-06-061-0/+3
| | | | SVN-Revision: 16349
* do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREEFlorian Fainelli2009-06-041-0/+4
| | | | SVN-Revision: 16336
* kernel/modules: package the VSC7385 driverGabor Juhos2009-06-041-0/+16
| | | | SVN-Revision: 16325
* kernel/modules: move SPI drivers into a new submenuGabor Juhos2009-06-043-97/+108
| | | | SVN-Revision: 16323
* More libtool madness: Every package which was using c++ and libtool fixup ↵Lars-Peter Clausen2009-06-041-0/+2
| | | | | | | | | was linked against libstd++ even though if it should have been linked against uclibc++. This is fixed by providing a special version of libtool fixup for packages which should use uclibc++. Not pretty but functional. Packages linking against uclibc++ should use PKG_FIXUP:=libtool-ucxx instead of PKG_FIXUP:=libtool Somebody should probably check all packages using c++ with a dependency on stdlibc++ if uclibc++ can be used instead now. SVN-Revision: 16317
* base-files: fix test experession for sysupgradeVasilis Tsiligiannis2009-06-031-1/+1
| | | | SVN-Revision: 16310
* ead: fix missing library error while building tinysrpVasilis Tsiligiannis2009-06-032-4/+4
| | | | SVN-Revision: 16309
* madwifi: clear variables used in for loopVasilis Tsiligiannis2009-06-031-2/+1
| | | | SVN-Revision: 16308
* libtool: revert r16212. It broke building packages using c++.Lars-Peter Clausen2009-06-031-1/+0
| | | | SVN-Revision: 16305
* Update to compat-wireless-2009-06-02Hauke Mehrtens2009-06-027-116/+31
| | | | SVN-Revision: 16300
* package the e1000e driverImre Kaloz2009-06-021-2/+18
| | | | SVN-Revision: 16295
* madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops ↵Felix Fietkau2009-06-011-3/+34
| | | | | | transition) SVN-Revision: 16289
* swconfig: fix kernel version dependencyFelix Fietkau2009-06-011-1/+1
| | | | SVN-Revision: 16286
* now that the gemini target is working, get rid of the obsolete and buggy ↵Imre Kaloz2009-06-011-3/+0
| | | | | | storm target SVN-Revision: 16274
* fix madwifi for the gemini targetImre Kaloz2009-06-011-0/+3
| | | | SVN-Revision: 16270
* network: prevent unnecessary interface down/up cycles if no mac address ↵Felix Fietkau2009-06-011-2/+3
| | | | | | change is requested SVN-Revision: 16269
* network: do not unnecessarily touch interfaces configured as proto=none; ↵Felix Fietkau2009-06-011-2/+11
| | | | | | bring down old aliases before setting up new ones SVN-Revision: 16266
* B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL. Fixes #5245.Hauke Mehrtens2009-06-011-3/+3
| | | | SVN-Revision: 16263
* broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust release numberNicolas Thill2009-06-012-2/+2
| | | | | | | | | | | | | This patch fixes an issue with the broadcom.sh configuration script when enabling sta mode. Currently sta mode works provided that you have an AP enabled as well but it doesn't work if you have a sta interface but not an AP. I found that merely reversing the order of the ap and apsta variables in the broadcom.sh script corrects this problem, and the attached patch does exactly that. Signed-off-by: Eric Bishop <ebishop@bu.edu> SVN-Revision: 16256
* Add diversity optionVasilis Tsiligiannis2009-06-011-2/+6
| | | | SVN-Revision: 16255
* another 2.6.30 related crypto fixImre Kaloz2009-06-011-1/+3
| | | | SVN-Revision: 16253
* Removed extra ; in exec ruleHamish Guthrie2009-06-011-1/+1
| | | | SVN-Revision: 16243