1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00
Commit Graph

3094 Commits

Author SHA1 Message Date
Florian Fainelli
f8f734eece remove CFLAGS_LARGEFILE, not defined anywhere (#4856)
SVN-Revision: 16984
2009-07-25 21:49:48 +00:00
Florian Fainelli
0e783dde14 split ebtables packages and modules into ebtables ipv4/6 and watchers (#5001)
SVN-Revision: 16980
2009-07-25 19:47:48 +00:00
Gabor Juhos
264ac83490 mac80211: add more ath9k patches
SVN-Revision: 16967
2009-07-24 15:46:36 +00:00
Florian Fainelli
ffc1fefe2c set PKGARCH to all for packages in trunk containing only arch-neutral files (#5572)
Signed-off-by: Malte S. Stretz <mss@apache.org>

SVN-Revision: 16966
2009-07-24 12:08:01 +00:00
Gabor Juhos
b154676401 kernel/modules: package driver for the LM75 sensor
SVN-Revision: 16958
2009-07-22 11:13:03 +00:00
Gabor Juhos
9594ef9079 kernel/modules: package ATA version of the Magicbox CF driver
SVN-Revision: 16957
2009-07-22 10:45:04 +00:00
Florian Fainelli
47dd6b0789 add missing fuse24 init script
SVN-Revision: 16954
2009-07-22 08:49:13 +00:00
Florian Fainelli
b483359d38 make libsas depend on x86, over targets using it may unmask it later
SVN-Revision: 16953
2009-07-22 08:32:51 +00:00
Florian Fainelli
0fc13decde create fuse24 device on startup (#5349)
SVN-Revision: 16949
2009-07-21 18:43:22 +00:00
Florian Fainelli
998465b1d9 add libsas and mvsas required for VIA NAS7800
SVN-Revision: 16941
2009-07-21 11:37:12 +00:00
Florian Fainelli
2a93dc020f allow via-velocity to be selectable on x86
SVN-Revision: 16940
2009-07-21 11:01:25 +00:00
Vasilis Tsiligiannis
240bce0986 pcmcia-core: Fix missing rsrc_nonstatic module (closes #5380)
SVN-Revision: 16935
2009-07-20 13:49:58 +00:00
Gabor Juhos
e315e7a2ce kernel/modules: enable Magicbox CF driver on 2.6.28
SVN-Revision: 16924
2009-07-19 17:46:46 +00:00
Gabor Juhos
80b3c0875a kernel/modules: package module for OpenFirmware I2C accessors
SVN-Revision: 16921
2009-07-19 15:52:10 +00:00
Gabor Juhos
5066aab06b kernel/modules: package I2C bus driver for PPC4xx based systems
SVN-Revision: 16919
2009-07-19 12:22:26 +00:00
Gabor Juhos
0f7cfac9f3 kernel/modules: fix Magicbox CF card driver definitions
SVN-Revision: 16911
2009-07-19 09:13:25 +00:00
Florian Fainelli
8050025e9d download and install rt2870 firmware (#5519)
SVN-Revision: 16893
2009-07-18 10:10:32 +00:00
Felix Fietkau
bde1cf619a madwifi: fix crash on 2.6.30
SVN-Revision: 16889
2009-07-18 01:04:40 +00:00
Felix Fietkau
12b429b3a2 get rid of linux 2.6.29
SVN-Revision: 16883
2009-07-17 16:20:25 +00:00
Florian Fainelli
cd64d4ce6e make patches against iptables apply again after update to 1.4.4 (#5540)
SVN-Revision: 16878
2009-07-17 12:37:10 +00:00
Felix Fietkau
5cc4951745 madwifi: fix a race condition in the ibss merge
SVN-Revision: 16870
2009-07-16 17:41:51 +00:00
Felix Fietkau
3d2040de0f madwifi: turn software based tsf merging on by default, get rid of some iwpriv errors on wifi restart
SVN-Revision: 16862
2009-07-16 11:30:01 +00:00
Felix Fietkau
f97def7367 madwifi: clean up / fix ibss node handling
SVN-Revision: 16861
2009-07-16 11:28:54 +00:00
Florian Fainelli
2ec0cba393 This patch adds a target for the IBM PowerXCell Accelerator Board. (aka mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars)
http://us.fixstars.com/products/gigaaccel/

This build will create zImage suitable for TFTP boot image.

* v2
- add axonram device driver
- switch to 2.6.30.1

Signed-off-by: Akinobu Mita <mita@fixstars.com>

SVN-Revision: 16860
2009-07-16 10:19:13 +00:00
Markus Wigge
fa7f32c962 upgrade to new upstream version 1.4.4
SVN-Revision: 16853
2009-07-15 16:33:01 +00:00
Felix Fietkau
df3b99e959 madwifi: trivial antenna diversity fix
SVN-Revision: 16846
2009-07-14 16:07:26 +00:00
Florian Fainelli
838c1d7cd0 add additions from (#5149)
SVN-Revision: 16841
2009-07-14 13:06:34 +00:00
Felix Fietkau
99a8fe62fe madwifi: remove the -mlong-calls cflag from include files
SVN-Revision: 16830
2009-07-13 14:56:44 +00:00
Florian Fainelli
ac8dd23b37 isdn4linux modules fixes
SVN-Revision: 16829
2009-07-13 14:38:00 +00:00
Florian Fainelli
bc2aaeae95 NET_EMATCH is a boolean (#5506)
SVN-Revision: 16828
2009-07-13 12:58:18 +00:00
Vasilis Tsiligiannis
e5b097425d udhcpc: Pass all events to udhcpc.user
Petitboot and maybe other apps need to know when
the dhcp lease is lost.  Move the udhcpc.user call
to send it all udhcpc events.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>

SVN-Revision: 16815
2009-07-12 15:38:04 +00:00
Vasilis Tsiligiannis
a4ed68fbe4 madwifi.sh channel fix
In the madwifi.sh there is to read "only need to change freq band and channel on the first vif". This is wrong. For example if you create a new Ad-Hoc network and an AP interface, the channel is reseted to 1, regardless of the UCI setting. So remove this wrong code.

Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>

SVN-Revision: 16814
2009-07-12 15:37:59 +00:00
Florian Fainelli
fc5ad60288 fix isdn4linux kernel modules with the 2.4.37 update
SVN-Revision: 16799
2009-07-12 12:09:15 +00:00
Florian Fainelli
86b1a80b36 wprobe does not build on 2.4
SVN-Revision: 16796
2009-07-12 11:33:14 +00:00
Felix Fietkau
d680184c26 sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes
SVN-Revision: 16791
2009-07-12 00:01:22 +00:00
Felix Fietkau
8addc86845 madwifi: clean up wme handling, use same packet classification as mac80211
SVN-Revision: 16790
2009-07-12 00:01:17 +00:00
Felix Fietkau
2020fc8c56 kernel: clean up scheduler default config and kmod-sched kconfig symbols, enable skbedit by default
SVN-Revision: 16789
2009-07-12 00:01:12 +00:00
Felix Fietkau
bcbdd2a425 madwifi: fix another instance of excessive stack usage in wlanconfig
SVN-Revision: 16788
2009-07-12 00:00:51 +00:00
Felix Fietkau
b5730c409f upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action
SVN-Revision: 16777
2009-07-11 14:05:54 +00:00
Felix Fietkau
19ccf08628 remove hotplug2-old
SVN-Revision: 16769
2009-07-11 01:20:55 +00:00
Felix Fietkau
ec07b537ee ucitrigger depends on lua
SVN-Revision: 16768
2009-07-11 00:02:38 +00:00
Jo-Philipp Wich
03db00a803 package/lua: implement memory limits, scripts can use get_memory_limit() and set_memory_limit() to cap the maximum ram usage
SVN-Revision: 16753
2009-07-09 17:45:23 +00:00
Felix Fietkau
daaf02e416 wprobe: the bpf code expects direct-access fields to be in big endian, not cpu endian
SVN-Revision: 16733
2009-07-07 03:56:43 +00:00
Felix Fietkau
959bae3462 wprobe: fix some endianness fail in the l2 filter code
SVN-Revision: 16732
2009-07-07 03:44:31 +00:00
Felix Fietkau
5b35d1851c wprobe: fix uninitialized variable
SVN-Revision: 16731
2009-07-07 03:21:09 +00:00
Felix Fietkau
9a194f41bb rename the wprobe init script to /etc/init.d/wprobe
SVN-Revision: 16730
2009-07-07 03:03:43 +00:00
Nicolas Thill
69d65604a2 fix kexec-tools builds when libc != uClibc, strip quotes from KEXEC_TARGET_NAME config option
SVN-Revision: 16729
2009-07-07 03:00:04 +00:00
Felix Fietkau
5a5f24ac23 fix wprobe-export
SVN-Revision: 16727
2009-07-07 02:22:46 +00:00
Nicolas Thill
05672efde8 use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad (closes: #5452)
SVN-Revision: 16726
2009-07-07 02:11:11 +00:00
Felix Fietkau
143d5c0538 update the init script and config for the new wprobe
SVN-Revision: 16724
2009-07-07 00:38:42 +00:00
Nicolas Thill
131b2429ef fix df -h output (closes: #5290)
SVN-Revision: 16723
2009-07-07 00:07:19 +00:00
Felix Fietkau
5447d6c44b upgrade to the new version of wprobe - includes reconfigurable layer 2 statistics, remote access, more configuration options and many bugfixes
SVN-Revision: 16719
2009-07-06 19:05:24 +00:00
Felix Fietkau
069dbf6fd4 ucitrigger: add options to force enable/disable specific triggers
SVN-Revision: 16718
2009-07-06 19:04:07 +00:00
Gabor Juhos
7ffee1f66f Baltic language support in kernel
Add Baltic langugae support in kernel package

Signed-off-by: zintis.petersons@e-mail.lv

SVN-Revision: 16717
2009-07-06 16:10:22 +00:00
Gabor Juhos
0c1004ac2c Add the gpio_keys input module to menuconfig
Signed-off-by: Ferenc Wagner <wferi@niif.hu>

SVN-Revision: 16716
2009-07-06 16:10:20 +00:00
Florian Fainelli
8749a587e7 make i2c-gpio-custom selectable (#5458)
SVN-Revision: 16707
2009-07-06 11:16:04 +00:00
Florian Fainelli
b5bdf8222b fix kmod-ip6tables modules (#5274)
SVN-Revision: 16702
2009-07-05 19:42:39 +00:00
Florian Fainelli
62e10e7017 put all filesystem related packages into the Filesystem submenu (#5352)
SVN-Revision: 16696
2009-07-05 13:57:59 +00:00
Florian Fainelli
a83ae90eb0 remove 2.6.26 check, do not build ide-generic on arm it is not available (#5303)
SVN-Revision: 16670
2009-07-04 09:54:46 +00:00
Felix Fietkau
7a576b004e allow udhcpc to work properly for interfaces that are not configured through uci
SVN-Revision: 16664
2009-07-03 22:12:40 +00:00
Andy Boyett
0194fea285 base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using git instead of svn
SVN-Revision: 16652
2009-07-02 07:24:44 +00:00
Vasilis Tsiligiannis
d0a129742f madwifi: Disable compression capability on AR71XX and make it optional for other platforms (thanks to David A. Bandel and Dennis Bartsch)
SVN-Revision: 16642
2009-07-01 17:07:52 +00:00
Andy Boyett
407616041c move ksymoops from trunk/package/ to packages/devel/
SVN-Revision: 16633
2009-06-30 05:52:36 +00:00
Vasilis Tsiligiannis
3b1c6c0379 mac80211: Declare some variables as local and remove unused
SVN-Revision: 16627
2009-06-29 21:13:10 +00:00
Vasilis Tsiligiannis
baa9053e7a base-files: Fix sysupgrade .tar.gz configuration restoring
SVN-Revision: 16626
2009-06-29 21:13:05 +00:00
Jo-Philipp Wich
115aced5c7 openssl: fix bad chmod in install section (#5433)
SVN-Revision: 16624
2009-06-29 20:48:58 +00:00
Jo-Philipp Wich
19c12174ee base-files: ipcalc.sh: fix off-by-one in range-calculation
SVN-Revision: 16619
2009-06-29 11:35:33 +00:00
Florian Fainelli
d78eac0079 include arpfilter and arp_mangle in the kmod-arptables modules (#5410)
SVN-Revision: 16600
2009-06-28 06:18:22 +00:00
Vasilis Tsiligiannis
94b56b6c6c hostapd: Remove deprecated 'debug' configuration variable
SVN-Revision: 16594
2009-06-27 22:14:21 +00:00
Florian Fainelli
f2435c2208 fix ksymoops architecture dependencies
SVN-Revision: 16576
2009-06-26 21:38:27 +00:00
Florian Fainelli
501c2f9a01 add a cross-version of ksymoops
SVN-Revision: 16575
2009-06-26 21:35:39 +00:00
Gabor Juhos
ded8355b49 mac80211: add more ath9k patches
SVN-Revision: 16562
2009-06-25 19:45:51 +00:00
Hauke Mehrtens
098c284c6b Update compat-wireless to 2009-06-25
SVN-Revision: 16561
2009-06-25 17:28:36 +00:00
Imre Kaloz
2004d4165a add preliminary coldfire v4e support
SVN-Revision: 16538
2009-06-21 18:34:07 +00:00
Gabor Juhos
77bb9494c2 mac80211/ath5k: add workaround for the AR71xx PCI bug
SVN-Revision: 16535
2009-06-21 14:38:15 +00:00
Felix Fietkau
038807906f change sysctl.conf to disable tcp ecn by default (based on discussion with marek who stumbled upon this, it creates hard-to-debug connectivity issues with providers/servers that still use buggy equipment)
SVN-Revision: 16499
2009-06-17 21:57:07 +00:00
Gabor Juhos
bb5799aa95 wireless-tools: fix a bug in iwconfig power command
SVN-Revision: 16491
2009-06-17 14:42:24 +00:00
Jo-Philipp Wich
c6fe201fb6 sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if standard reboot fails
SVN-Revision: 16488
2009-06-17 11:09:10 +00:00
Florian Fainelli
9d35896314 fix unaligned accesses in b43/xmit.c (#5169)
SVN-Revision: 16474
2009-06-15 14:34:54 +00:00
Imre Kaloz
e01651285f rfkill config cleanup
SVN-Revision: 16471
2009-06-15 07:13:00 +00:00
Felix Fietkau
b04204c14d include a skin for the goldfish emulator
SVN-Revision: 16460
2009-06-14 21:17:50 +00:00
Felix Fietkau
f88360279f add the 'goldfish' target, useful for experimenting with virtual phone hardware (includes the emulator)
SVN-Revision: 16459
2009-06-14 20:42:33 +00:00
Hauke Mehrtens
1e50157f84 remove empty patch forgotten in r16447
SVN-Revision: 16451
2009-06-14 11:43:01 +00:00
Hauke Mehrtens
af432e7a52 Some fixes for fuse24.
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
2009-06-14 11:36:19 +00:00
Hauke Mehrtens
b63576359d D-Link DIR-320 support (broadcom-diag)
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
2009-06-14 09:39:43 +00:00
Hauke Mehrtens
efbfde01b0 Various Makefile cleanup.
Thanks to swalker.

SVN-Revision: 16437
2009-06-13 16:47:22 +00:00
Hauke Mehrtens
b5141ea359 Update to version 2.49 Fixes #5331 and #5286
SVN-Revision: 16436
2009-06-13 16:46:42 +00:00
Florian Fainelli
f3f5cfd4ee recognize WAP54Gv2 and assigne LED and GPIOs (#5335)
SVN-Revision: 16434
2009-06-13 15:56:21 +00:00
Felix Fietkau
d196e4087e udhcpc: add cidr routes support (patch from #5299)
SVN-Revision: 16433
2009-06-13 14:42:47 +00:00
Felix Fietkau
c90052be54 wprobe: add missing include statement (patch from #5325)
SVN-Revision: 16432
2009-06-13 14:34:21 +00:00
Felix Fietkau
985b62a228 madwifi: disable compression by default, as it can cause instabilities on various platforms (thx, acoul)
SVN-Revision: 16421
2009-06-11 12:40:07 +00:00
Jo-Philipp Wich
0dc50344f0 fuse24: introduce fuse package for brcm-2.4 (#5186)
SVN-Revision: 16411
2009-06-11 02:09:53 +00:00
Jo-Philipp Wich
99e23d2144 fuse: update to v2.7.4 (#5186)
SVN-Revision: 16410
2009-06-11 02:09:13 +00:00
Vasilis Tsiligiannis
f4a81139b7 base-files: Add support for bzipped images in sysupgrade
SVN-Revision: 16408
2009-06-10 22:34:14 +00:00
Vasilis Tsiligiannis
57d7cc7666 base-files: Detect and decompressed gzipped images automatically when flashing with sysupgrade
SVN-Revision: 16407
2009-06-10 22:22:48 +00:00
Vasilis Tsiligiannis
d1f5700e78 base-files: format hexdump output instead of using awk for sysupgrade
SVN-Revision: 16405
2009-06-10 21:52:07 +00:00
Felix Fietkau
f87baeb3e0 wprobe: move measurement task to the kernel, add some configurability (work in progress)
SVN-Revision: 16402
2009-06-10 14:37:36 +00:00
Florian Fainelli
67a444c462 fix typo in iptables makefile resulting in patches not being applied (#5311)
SVN-Revision: 16392
2009-06-09 07:54:46 +00:00
Jo-Philipp Wich
9f4d70e9a3 nvram: refuse nvram operations on the WGT634U
SVN-Revision: 16378
2009-06-08 11:59:41 +00:00
Felix Fietkau
e7cbce1f9e add ucitrigger: a uci plugin, command line tool and lua interface for automatically applying uci config changes
SVN-Revision: 16375
2009-06-08 01:27:01 +00:00