Commit Graph

1782 Commits (ac909fc5c09d1529f1d4f3a3978de01bb5163522)

Author SHA1 Message Date
Gabor Juhos 3c05234962 kmod-ipt-iprange: fix build error on .25
SVN-Revision: 10992
16 years ago
Rod Whitby d05cc5d68d block.mk: Added ata-ixp4xx-cf module support for tw5334 board.
SVN-Revision: 10986
16 years ago
Gabor Juhos ec5f168c66 import w1-gpio-custom driver from the Squidge (http://squidge.sourceforge.net/) project
SVN-Revision: 10982
16 years ago
Gabor Juhos 275ae38814 kernel/modules: modify AutoLoad levels of the W1 modules
SVN-Revision: 10981
16 years ago
Gabor Juhos 4006f2fbdd kernel/modules: make use the new GPIO_SUPPORT option
SVN-Revision: 10980
16 years ago
Gabor Juhos 363c6e196a remove the i2c-gpio-custom driver from adm5120, and make it available on all platforms
SVN-Revision: 10979
16 years ago
Gabor Juhos 9a3fa80e0d add Dallas's 1-wire related packages
SVN-Revision: 10977
16 years ago
Felix Fietkau 19cb0b3693 fix lua cflags
SVN-Revision: 10971
16 years ago
Imre Kaloz a4dd1adf4a add preliminary support for Storm SL3512 based devices, not ready yet
SVN-Revision: 10956
16 years ago
Florian Fainelli 9389aa93ff Use the locally mirrored compat-wireless tarblall (#3377)
SVN-Revision: 10951
16 years ago
Imre Kaloz 3f788c241b generate and install NPE-A ethernet microcode as well
SVN-Revision: 10945
16 years ago
Andy Boyett e569db2e4b only build kmod-hwmon-pc87360 for x86
SVN-Revision: 10933
16 years ago
Felix Fietkau 2c3018e0da initramfs: start one hotplug2 for coldplugging and one for handling events between coldplug and end of /init
SVN-Revision: 10930
16 years ago
Felix Fietkau 7232fe9150 use the right hotplug2 invocation for initramfs
SVN-Revision: 10928
16 years ago
Gabor Juhos 8b011c593d base-files: fix a typo
SVN-Revision: 10927
16 years ago
Felix Fietkau e9f183265d leave ack/cts setting alone by default
SVN-Revision: 10926
16 years ago
Felix Fietkau eb13a77879 move timeout trigger for protection mode to node timeout trigger
SVN-Revision: 10925
16 years ago
Felix Fietkau eff0b609c0 clean up cwmin/cwmax defines and remove some wrong values which made minstrel a bit inaccurate
SVN-Revision: 10924
16 years ago
Felix Fietkau 16767f8db3 madwifi: put an upper limit on the amount of sampling that minstrel should do when the link changes its status from very good to slightly bad. the previous version of the patch could have resulted in erratic rate control behavior when there was a lot of sampling backlog.
SVN-Revision: 10921
16 years ago
Felix Fietkau 0b341be6c0 This patch re-adds the udev and hotplug2 initialization fixes originally present in /init but was removed when some code was moved from /init to /etc/preinit in rev 10870. This adds udev initialization and only handles hotplug2 initialization when hotplug2 is present.
Signed-off-by: Yuji Mano <yuji.mano@am.sony.com>

SVN-Revision: 10912
16 years ago
Nicolas Thill 8231561bce move hotplug2 & udevtrigger to base section
SVN-Revision: 10910
16 years ago
Matteo Croce 227af4b113 assign names to filesystems when mounting virtual ones (closes #3340)
SVN-Revision: 10903
16 years ago
Felix Fietkau 7637ba2bf8 add some more fine tuning for madwifi
SVN-Revision: 10900
16 years ago
Felix Fietkau 73663230c8 madwifi: add configurable rssi threshold and timeout values for protection mode the 11b protection mode can harm throughput a lot, so let's make sure that it is only active as long as it needs to be.
SVN-Revision: 10899
16 years ago
Felix Fietkau 3e03e66d7a reorder patches
SVN-Revision: 10898
16 years ago
Felix Fietkau 13c5a1b2d5 madwifi: remove the minstrel_mrr hack and add two patches that massively improve minstrel's performance and response time
SVN-Revision: 10897
16 years ago
Felix Fietkau 456e3823f4 fix a some txq races (merge from madwifi-trunk)
SVN-Revision: 10895
16 years ago
Felix Fietkau 3de189af5d add missing kmod-hid module (thx, fish)
SVN-Revision: 10894
16 years ago
Nicolas Thill 6b8489761c build the kmod-video-quickcam module only if it was selected
SVN-Revision: 10881
16 years ago
Nicolas Thill eb8375839a don't build acx* kernel modules on UML
SVN-Revision: 10880
16 years ago
Felix Fietkau 41fb282b6d remove some redundant code
SVN-Revision: 10870
16 years ago
Matteo Croce ac5cfeb417 fix swap{on,off} path
SVN-Revision: 10863
16 years ago
Florian Fainelli b5ddac51df Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)
SVN-Revision: 10857
16 years ago
Florian Fainelli 353e3305a5 Mark rt61 as 2.6.23 only (#3337)
SVN-Revision: 10856
16 years ago
Felix Fietkau 1147d2137e more performance for madwifi :)
SVN-Revision: 10855
16 years ago
Gabor Juhos 52383189dc use the spi-ks8995 driver on the WRT55AG v2 boards
SVN-Revision: 10853
16 years ago
Gabor Juhos 25bd89017f spi-ks8995: fix a compiler warning, fix the copyright header
SVN-Revision: 10852
16 years ago
Gabor Juhos efbc2a21d2 add a driver for the KS8995 ethernet switch, will be usable to control the switch on some boards
SVN-Revision: 10851
16 years ago
Felix Fietkau 94ddba360e add performance improvement for madwifi on low-memory systems
SVN-Revision: 10850
16 years ago
Felix Fietkau 9a7d1bec79 remove udevextras dependency on udev (thx, fish)
SVN-Revision: 10847
16 years ago
Travis Kemen 37b0cc9a10 fix restart on platforms without a setup_switch()
SVN-Revision: 10846
16 years ago
Gabor Juhos 67fd9d7fba move spi_gpio driver into the kernel, clean-up SPI modules
SVN-Revision: 10844
16 years ago
Gabor Juhos d80f43d15f update iptables to 1.4.0 (2.6 kernels only), refresh kernel patches
SVN-Revision: 10843
16 years ago
Nicolas Thill 2a4a0c2bcc explicitely disable a bunch of package on ar7 until we properly detect pci & usb support at configure time
SVN-Revision: 10839
16 years ago
Nicolas Thill d07eb95838 mark b44 as broken, it doesn't build anymore due to SSB changes apparently (closes: #3333)
SVN-Revision: 10838
16 years ago
Imre Kaloz 41cf84f819 do target dependent optimizations
SVN-Revision: 10834
16 years ago
Imre Kaloz 9a1c5fdb6d udevtrigger shouldn't depend on udev, we use it standalone for hotplug2
SVN-Revision: 10833
16 years ago
Nicolas Thill e2c65f6215 mark all openswan packages as broken
SVN-Revision: 10832
16 years ago
Andy Boyett 6eb6f7fd46 Mark broken packages as broken: - acx-mac80211 - openswan - aodv-uu
SVN-Revision: 10831
16 years ago
Nicolas Thill 0791acfc21 package shared library as well (partially closes: #3030)
SVN-Revision: 10829
16 years ago
Felix Fietkau 0dd8c59f10 upgrade uci to 0.3.3, build lua plugin
SVN-Revision: 10818
16 years ago
Felix Fietkau 77760bba21 remove lua's dependency on libreadline and libncurses
SVN-Revision: 10817
16 years ago
Nicolas Thill 37066ff2b2 fix udevextras build when no extras were actually selected
SVN-Revision: 10816
16 years ago
Nicolas Thill 98f3ce2545 mac80211 / compat-wireless fixes: * build in KERNEL_BUILD_DIR * only build kernel module if it's selected
SVN-Revision: 10815
16 years ago
Nicolas Thill cb30800bf6 update libnl to 1.1
SVN-Revision: 10814
16 years ago
Felix Fietkau 1563615bed move lua from packages/ to trunk in anticipation of upcoming stuff ;)
SVN-Revision: 10806
16 years ago
Jeremy Kerr c127031b74 Replace udev-vol-id pacakge with configurable udevextras
Instead of just having one vol_id package, create a 'udevextras' package
for all of the udev "EXTRAS" utilities. Selecting this package allows
each extra to be selected individually.

Also, installing udevextras adds a few udev rules for persistent device
naming.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 10805
16 years ago
Jeremy Kerr 199a79d867 Group input devices under /dev/input
This change adds a udev rules file to group input devices (via symlinks)
under their usual expected location of /dev/input.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 10804
16 years ago
Jeremy Kerr 4ec5f133bb Use new kexec tools
Horms' new kexec-tools repository has a number of updates and fixes for
kexec, and also supports the PS3.

This change updates the kexec repo, and adds a few build-system patches
to make it work with OpenWRT.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 10803
16 years ago
Nicolas Thill e2e1b51b41 fix build on linux >= 2.6.23
SVN-Revision: 10801
16 years ago
Nicolas Thill c30a473d46 package/ov51x-jpeg: * update to 1.5.7 * add userland package * add fallback url (closes: #3216)
SVN-Revision: 10800
16 years ago
Nicolas Thill e1cafed715 disable kmod-mmc-over-gpio on x86
SVN-Revision: 10799
16 years ago
Nicolas Thill a08643d7ab add missing MMC config symbol
SVN-Revision: 10798
16 years ago
Nicolas Thill 6ca5374194 package/qc-usb: * update to 0.6.6 (closes: #3215) * fix build on linux > 2.6.23
SVN-Revision: 10796
16 years ago
Travis Kemen bae7e5bebb add missing include in restart
SVN-Revision: 10794
16 years ago
Yuji Mano 410d40f6e5 Add ps3 target specific utilities package
SVN-Revision: 10791
16 years ago
Florian Fainelli 867145bd32 Fix errors on capifs loading (#3250)
SVN-Revision: 10789
16 years ago
Florian Fainelli f0e627da97 Fix hostapd compilation errors on STA_INFO (#3308)
SVN-Revision: 10784
16 years ago
Florian Fainelli 1063bac7d4 Fix typo in the payload option for br2684ctl (#3318)
SVN-Revision: 10783
16 years ago
Felix Fietkau 56223a6f79 madwifi: remove reset delay - seems like it's not necessary anymore
SVN-Revision: 10777
16 years ago
Florian Fainelli ce754ec644 Disable drivers that we do not package within the mac80211 package (everything except rt2x00)
SVN-Revision: 10775
16 years ago
Felix Fietkau 081ebaca76 fix the 3g interface configuration
The first problem is the "chat" command which misses "-E", so the
environment variable addressed inside the script is never used and
the script breaks.

The second problem is the that you cannot assume an Option card when
you did "not discover a Novatel".
In my case the script tried to set the mode with the Option
AT-command which failed on the Huawei stick.
Unfortunaltely I don't have a correct command for that device, so I
just want to start the connection without any mode set before thus using
the defaults.

Signed-off-by: Markus Wigge <mwigge@marcant.net>

SVN-Revision: 10774
16 years ago
Felix Fietkau 511908059a upgrade uci to 0.3.1 - fixes a parser problem
SVN-Revision: 10772
16 years ago
Felix Fietkau 99e6b2d7dc fix a dependency bug
SVN-Revision: 10769
16 years ago
Gabor Juhos 5798590c7c add a polled GPIO buttons input driver
SVN-Revision: 10766
16 years ago
Felix Fietkau 3c94156b28 fix use of uci_set_state in network scripts (thx, netprince)
SVN-Revision: 10763
16 years ago
Florian Fainelli 081afd037e Use the 2008-04-07 snapshot, also mirrored to downloads.openwrt.org
SVN-Revision: 10755
16 years ago
Florian Fainelli 8f38048f1f Migrate rt2x00 to the compat-wireless version
SVN-Revision: 10753
16 years ago
Felix Fietkau 3ae4858088 fix the route to the pptp server when using pptp as wan interface
SVN-Revision: 10751
16 years ago
Felix Fietkau 0cb8228277 add timer fix by mmp from http://forum.openwrt.org/viewtopic.php?id=14841
SVN-Revision: 10750
16 years ago
Felix Fietkau 978958a888 upgrade to broadcom-wl 4.150.10.5.2
SVN-Revision: 10749
16 years ago
Florian Fainelli 52315c5150 Fix layer7 user-space iptables compilation (#3307)
SVN-Revision: 10745
16 years ago
Felix Fietkau 88cb2e91d6 revert iproute2 to the old version until the new one is fixed (#3026)
SVN-Revision: 10744
16 years ago
Florian Fainelli 720acc785a This rt2x00 version only compiles for 2.6.24 (#3211)
SVN-Revision: 10743
16 years ago
Florian Fainelli ef3c5ee59f Switch to compat-wireless
SVN-Revision: 10742
16 years ago
Florian Fainelli 80769eb3f0 Fix typo
SVN-Revision: 10741
16 years ago
Florian Fainelli d8b6908430 rt2500 cvs will not build on 2.6.24
SVN-Revision: 10740
16 years ago
Florian Fainelli 8b0dffad62 2.6.24 rt2x00 version needs more objects to produce the library
SVN-Revision: 10737
16 years ago
Andy Boyett 24c9bbe5f7 Install libuci and headers in staging_dir
SVN-Revision: 10732
16 years ago
Matteo Croce 633e548e01 fix typo(2) in watchdog init script
SVN-Revision: 10727
16 years ago
Matteo Croce cd4447d269 fix typo in watchdog init script
SVN-Revision: 10726
16 years ago
John Crispin b526f65baf add gpio support to atheros, fixes #1861, thanks Othello
SVN-Revision: 10724
16 years ago
Florian Fainelli dd2afbeee3 Start the watchdog daemon if a harware watchdog is present
SVN-Revision: 10721
16 years ago
Florian Fainelli 825915f38f Make sure we will build USB hid support
SVN-Revision: 10719
16 years ago
Felix Fietkau f4f7d687f0 fix interface enumeration issues related to /var/state/network (thx to fish for debugging this)
SVN-Revision: 10715
16 years ago
Florian Fainelli a1114db1e8 Fix kmod-nls-* dependency under brcm-2.4
SVN-Revision: 10712
16 years ago
Florian Fainelli add755735a Add routed support to br2684
Signed-off-by: Juan I. Gonzalez <juan.i.gonzalez at subdown dot net>

SVN-Revision: 10710
16 years ago
Florian Fainelli 3b72dadac9 Upgrade fuse-2.7.1 to fuse-2.7.3 to fix breakage (#3246)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

SVN-Revision: 10698
16 years ago
Felix Fietkau ec02c6dd90 add a package for the udev vol_id utility (thx, fish)
SVN-Revision: 10697
16 years ago
Felix Fietkau 54d981bccb fix dnsmasq compilation on some systems
SVN-Revision: 10696
17 years ago
Andy Boyett c15de3860c Add support for the WL-500gP v2
SVN-Revision: 10693
17 years ago
Andy Boyett e229b1b849 Add support for the ASUS WL-520gU
SVN-Revision: 10692
17 years ago
Andy Boyett a6a59ce520 broadcom-diag cleanup
SVN-Revision: 10691
17 years ago
Travis Kemen f97e92cee0 add frameburst closes #1759
SVN-Revision: 10689
17 years ago
Florian Fainelli 6bfbf6a5af Add support for the C19 revision of the ACX111 firmware (#3280)
SVN-Revision: 10686
17 years ago
Travis Kemen 1bdcabb1cf fix wrong description name
SVN-Revision: 10684
17 years ago
Travis Kemen 4b467fd22e add sdcard support for avr32 platforms
SVN-Revision: 10683
17 years ago
Florian Fainelli d0556cda49 Allow setting mac80211 interface into ad-hoc mode (#3247)
SVN-Revision: 10677
17 years ago
Florian Fainelli 6776a34d73 Create the kmod-spi package and load mmc_over_gpio after spi (#3273)
SVN-Revision: 10675
17 years ago
Florian Fainelli f6631d7bd4 Fix the watchdog path for the SCX200 watchdog driver
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

SVN-Revision: 10672
17 years ago
Florian Fainelli e9c19c7de9 Create a dummy sit package for 2.4 kernelsq
SVN-Revision: 10668
17 years ago
Florian Fainelli 9a3d8e3163 Load xt_layer7 for 2.6 kernels (#3269)
SVN-Revision: 10667
17 years ago
Travis Kemen 6703cacfde This upgrades dnsmasq-2.40 to dnsmasq-2.41. Signed-off-by: Alexandros C. Couloumbis <alex at ozo.com>
SVN-Revision: 10663
17 years ago
Travis Kemen af4faf3373 This patch fixes missing hwmon-vid module error on LM77 package build. hwmon-vid is not a dependency for LM77 so it does not get build. Signed-off-by: Vasilis Tsiligiannis <acinonyxs@yahoo.gr>
SVN-Revision: 10657
17 years ago
Michael Büsch 414325c08c mmc_over_gpio: Add initscript that will create a device Note that we should use a config file where we can define an arbitrary number of devices.
SVN-Revision: 10638
17 years ago
Michael Büsch 12b5a779b9 linux-2.6: Add a driver to run an MMC or SD card over a GPIO based SPI interface.
SVN-Revision: 10637
17 years ago
Travis Kemen e1ea7361df fix a bug causing the init script to fail and incorrect number of lan ports
SVN-Revision: 10635
17 years ago
Felix Fietkau 0e58011e62 madwifi: add support for drop-in hal replacements
SVN-Revision: 10629
17 years ago
Andy Boyett 69c4c6c5a9 Revert r10553 "fix channel change bugs," causes kernel oopses. Closes #3213.
SVN-Revision: 10628
17 years ago
Travis Kemen 515e65dd5a fix broken init file and some cleanup
SVN-Revision: 10613
17 years ago
Florian Fainelli 3b9efe808d Fix compilation of fuse with 2.6.24
SVN-Revision: 10609
17 years ago
Andy Boyett 79d3f5e8ec bumped wpa_supplicant to 0.5.10
SVN-Revision: 10608
17 years ago
Michael Büsch c8ffd446c9 gpioctl: Allow build on bcm47xx
SVN-Revision: 10604
17 years ago
Michael Büsch 4769134ec3 gpioctl get: Fix typo in the printf arguments.
SVN-Revision: 10603
17 years ago
Michael Büsch 6a2a1e251b Check the return values of kmalloc()
SVN-Revision: 10599
17 years ago
John Crispin cb354d2750 make madwifi startup script aware of new iwpriv options
SVN-Revision: 10598
17 years ago
Matteo Croce 5ef201120c ar7-atm: patch was against an older tarball, fixear7-atm: patch was against an older tarball, fixedd
SVN-Revision: 10590
17 years ago
Matteo Croce f89eeb69b5 ar7-atm: apply patch well
SVN-Revision: 10589
17 years ago
Matteo Croce d8e61674a5 ar7-atm: fix sysctl (closes #3122)
SVN-Revision: 10588
17 years ago
Felix Fietkau 0308392977 fix ixp4xx-microcode compile on osx
SVN-Revision: 10583
17 years ago
Matteo Croce 59b5ba7441 ar7-atm: add an useful patch from #2561, tnx Axel Gembe
SVN-Revision: 10576
17 years ago
Florian Fainelli 8bd1e72bd0 Upgrade x86 to 2.6.24
SVN-Revision: 10575
17 years ago
Florian Fainelli fef15a956c Fix rt2x00 compilation and upgrade to the current mainline version (2.6.24)
SVN-Revision: 10573
17 years ago
Matteo Croce 3d66117ef0 Fix two of the three bugs in #3122
SVN-Revision: 10571
17 years ago
John Crispin d0a1717399 add new led trigger for network traffic, fixes #2776
SVN-Revision: 10567
17 years ago
John Crispin 43a3b5a53a this package should only be available for targets with generic gpio support, fixes #3132
SVN-Revision: 10564
17 years ago
John Crispin 18e061bd2a made ppp usepeerdns configurable, fixes #3187
SVN-Revision: 10562
17 years ago
Florian Fainelli f5708f2369 Add PCnet32 ethernet support (#3195)
SVN-Revision: 10558
17 years ago
Florian Fainelli 8d30372bdc Make the syslog ring-buffer size configurable (#3204)
SVN-Revision: 10557
17 years ago
Felix Fietkau b5a90e5cd9 madwifi: add patches for maximum and minimum rate (thx, SeG)
SVN-Revision: 10555
17 years ago
Felix Fietkau 9712028f88 madwifi: don't deliver broadcast frames to vaps that aren't up
SVN-Revision: 10554
17 years ago
Felix Fietkau 0c8a2085f9 fix channel change bugs
SVN-Revision: 10553
17 years ago
Felix Fietkau b3767e965e include noise in stats struct
SVN-Revision: 10552
17 years ago
Felix Fietkau eec5e041bb debugging fixes
SVN-Revision: 10551
17 years ago
Felix Fietkau e5bafab092 madwifi: napi polling fixes
SVN-Revision: 10550
17 years ago
Gabor Juhos 69083f6e4d kernel/modules/usb: add support for the cp2101 USB to serial converter, thanks to bifferos (closes: #3175)
SVN-Revision: 10548
17 years ago
Florian Fainelli c3c83c6574 Fix typo
SVN-Revision: 10544
17 years ago
Florian Fainelli 62b0af39c7 Also call setup_switch on network restart
SVN-Revision: 10540
17 years ago
Felix Fietkau d65241e13b fix switch-robo.c compile errors on linux 2.4
SVN-Revision: 10539
17 years ago
Travis Kemen e8bbb631e3 remove the packages repo as it is not compatable with trunk
SVN-Revision: 10537
17 years ago