Felix Fietkau
04caf0a56c
upgrade uci 0.1.2, which accepts more characters in the section type validation
...
SVN-Revision: 10382
2008-02-04 21:59:49 +00:00
Felix Fietkau
c5c1f8f1c2
update uci to 0.1.1 - accepts options without value or with an empty value as valid
...
SVN-Revision: 10381
2008-02-04 21:08:12 +00:00
Felix Fietkau
c0ffd0231b
change learning settings for NPE-C as well
...
SVN-Revision: 10379
2008-02-04 05:54:05 +00:00
Felix Fietkau
1e9231f939
switch ixp4xx microcode - use one that does not have the "learning" mode, which can interfere with stp and bridging operation
...
SVN-Revision: 10378
2008-02-04 04:02:37 +00:00
Felix Fietkau
1f224fac8a
fix copy&paste bug
...
SVN-Revision: 10368
2008-02-03 07:00:22 +00:00
Felix Fietkau
0cf1a58282
Here comes the new UCI. Enjoy :)
...
SVN-Revision: 10367
2008-02-03 06:48:15 +00:00
Felix Fietkau
6fc52b0aba
package uuidgen
...
Package uuidgen utility. It is useful for other filesystem
utilities and miniupnpd.
There is no need to change the release.
Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name>
SVN-Revision: 10350
2008-02-02 01:29:32 +00:00
Felix Fietkau
738d610209
Add CDMA/EVDO support to comgt package
...
This patch adds a chat script and makes some modifications to
/lib/network/3g.sh to enable seamless use of CDMA/EVDO modems in
addition to the existing GPRS/UMTS support. Modifications to 3g.sh
are:
- Added 'chat' variable to point at the appropriate script
- Added 'evdo' and 'cdma' as acceptable 'service' values, and skip
the whole gcom initialization bit
- Changed pppd connection speed from 460800 to more widely supported
115200; in my experience, this is not your actual connection speed,
but at what speed pppd sends setup commands to the interface.
This kinda eliminates the need for /etc/ppp/3g.connect - I think I've
replaced that functionality, but in a slightly more standardized
method, using the 'connect' variable understood by PPP.
Signed-off-by: RB<aoz.syn@gmail.com>
SVN-Revision: 10347
2008-02-02 01:21:31 +00:00
Felix Fietkau
02cabf5948
pull madwifi forward to the latest upstream version - should fix some dual radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG)
...
SVN-Revision: 10334
2008-01-31 04:09:54 +00:00
Andy Boyett
36d6e448f2
Add 2.6 kernel dependency to gpioctl
...
SVN-Revision: 10325
2008-01-30 09:38:32 +00:00
Felix Fietkau
e6cd9ebff6
fix a small race condition in the madwifi queue handling
...
SVN-Revision: 10312
2008-01-29 17:17:04 +00:00
Felix Fietkau
aa243819e9
add missing #include
...
SVN-Revision: 10297
2008-01-28 21:02:31 +00:00
Felix Fietkau
a79d8cc2df
more queue handling stuff
...
SVN-Revision: 10296
2008-01-28 19:35:38 +00:00
Felix Fietkau
d9ad14d717
update madwifi to latest trunk, include a few more fixes/improvements
...
SVN-Revision: 10294
2008-01-28 18:34:06 +00:00
John Crispin
5f713d6adb
make the system have a daemon user by default
...
SVN-Revision: 10293
2008-01-28 18:16:00 +00:00
John Crispin
6df5a9cf17
only start crond if there are files in the crontab
...
SVN-Revision: 10292
2008-01-28 17:23:22 +00:00
Felix Fietkau
99bda2bbe0
madwifi: nuke some weird code which is causing NULL nodes to appear
...
SVN-Revision: 10274
2008-01-26 15:18:18 +00:00
Felix Fietkau
aedc7243b0
do not use kzalloc() in madwifi, for compatibility reasons
...
SVN-Revision: 10272
2008-01-26 10:17:22 +00:00
Felix Fietkau
c9d3be59ae
madwifi: nuke some totally wrong code which was causing performance issues
...
SVN-Revision: 10270
2008-01-26 05:45:37 +00:00
Felix Fietkau
0751ec93ff
madwifi: use mrr even in legacy mode
...
SVN-Revision: 10269
2008-01-26 05:45:31 +00:00
Felix Fietkau
90ff19aa07
add a patch for properly refreshing the bssidmask
...
SVN-Revision: 10268
2008-01-26 04:47:11 +00:00
John Crispin
8f39c35159
add userspace tool for gpio_dev
...
SVN-Revision: 10267
2008-01-26 04:24:05 +00:00
Felix Fietkau
d7b86662f7
add extra sanity checks in madwifi
...
SVN-Revision: 10266
2008-01-26 04:19:50 +00:00
Felix Fietkau
f6c094ac8a
add a patch for improved transmit signal strength in madwifi
...
SVN-Revision: 10264
2008-01-26 03:21:12 +00:00
John Crispin
0844d5fe49
add generic gpio char dev for CONFIG_GENERIC_GPIO archs
...
SVN-Revision: 10261
2008-01-26 03:16:11 +00:00
Felix Fietkau
929767622f
add some random madwifi fixes
...
SVN-Revision: 10260
2008-01-25 23:09:13 +00:00
Felix Fietkau
1fb5433154
upgrade madwifi, finally fix the annoying ap auto channel selection bug, default to automatic channel selection
...
SVN-Revision: 10259
2008-01-25 20:24:25 +00:00
John Crispin
dfa7ec4c25
make busybox have hwclocjk tool enable by default
...
SVN-Revision: 10255
2008-01-25 16:49:21 +00:00
Felix Fietkau
4ff87a6638
oops, applied the ipkg patch with the wrong patchlevel
...
SVN-Revision: 10253
2008-01-25 16:46:26 +00:00
Felix Fietkau
e84e3a5b03
missing optional parameters for restart and boot functions
...
Add missing optional parameters in remaining rc functions.
It fixes my previous implementation of parametrized rc functions [8106],
ticket #3063 , thanks argovela-at-yahoo-com for reporting.
Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name>
SVN-Revision: 10245
2008-01-25 10:59:40 +00:00
Jens Muecke
3829f7b3f1
Updating libertas wireless driver to latest version.
...
SVN-Revision: 10235
2008-01-24 03:03:04 +00:00
Travis Kemen
f548e54b8d
add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz Schori <lorenz.schori@gmx.ch>
...
SVN-Revision: 10217
2008-01-17 01:23:38 +00:00
Travis Kemen
e743dd5c81
add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz Schori <lorenz.schori@gmx.ch>
...
SVN-Revision: 10216
2008-01-17 01:15:50 +00:00
Felix Fietkau
aee68ecb03
upgrade broadcom-wl, fixes wpa2 issues. remove compat-ldso, not necessary anymore
...
SVN-Revision: 10207
2008-01-16 03:40:08 +00:00
Felix Fietkau
bb57348b94
fix multi-essid setting for broadcom-wl
...
SVN-Revision: 10206
2008-01-16 03:40:04 +00:00
Matteo Croce
94ccc26f42
update ar7 sangam tarball
...
SVN-Revision: 10203
2008-01-15 03:25:11 +00:00
Felix Fietkau
338e846c79
revert [10201] - the broadcom-wl md5sum was correct, the upload on mirror2 however was not. fixed now
...
SVN-Revision: 10202
2008-01-15 03:22:10 +00:00
Andy Boyett
e233aed2bd
broadcom-wl md5sum fixed, thanks ix.
...
SVN-Revision: 10201
2008-01-15 02:25:05 +00:00
Travis Kemen
e8bc160a02
disable use of sendfile() for httpd
...
SVN-Revision: 10200
2008-01-15 02:23:59 +00:00
Travis Kemen
2642f5c065
fix madwifi compile for iop32x
...
SVN-Revision: 10198
2008-01-15 00:01:05 +00:00
Andy Boyett
f9ddabb579
Fix iwconfig symlink generation, closes #3013
...
SVN-Revision: 10188
2008-01-14 08:34:07 +00:00
Matteo Croce
7a1e03489f
acx: fix X86 builds
...
SVN-Revision: 10183
2008-01-14 01:40:00 +00:00
Matteo Croce
6993d2138c
update the acx driver
...
SVN-Revision: 10178
2008-01-12 13:27:26 +00:00
John Crispin
a1833b272b
remove obseleted package
...
SVN-Revision: 10177
2008-01-12 12:08:20 +00:00
Gabor Juhos
31c7a323e6
kernel/modules: fix zd1211 dependancy ( closes : #2985 )
...
SVN-Revision: 10175
2008-01-11 19:32:33 +00:00
Tim Yardley
b55a670253
add broadcom b44 driver support
...
SVN-Revision: 10162
2008-01-10 21:15:03 +00:00
Florian Fainelli
d180d4e006
Fix compilation failures with spca5xx-le ( #2735 )
...
SVN-Revision: 10158
2008-01-10 18:15:45 +00:00
Florian Fainelli
679e42f910
Mark spca5xx-le as broken ( #2923 )
...
SVN-Revision: 10157
2008-01-10 17:46:52 +00:00
Gabor Juhos
6ea68a4b4e
pcmcia-core: fix a typo
...
SVN-Revision: 10154
2008-01-09 07:44:17 +00:00
Travis Kemen
2099ad591a
fix broken patch file from #2997
...
SVN-Revision: 10152
2008-01-09 02:46:58 +00:00
Tim Yardley
7eff5caa70
md5sum was left out
...
SVN-Revision: 10148
2008-01-08 22:31:26 +00:00
Tim Yardley
063e150eb9
updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel
...
SVN-Revision: 10147
2008-01-08 22:28:35 +00:00
Florian Fainelli
a4ca693c7e
Add back Sitecom WL-105b support
...
SVN-Revision: 10142
2008-01-08 14:27:48 +00:00
Florian Fainelli
c3c33ff16a
Hi all, here is a patch for package/ar7-atm. It fixes the bug #2377 , which reports a WARNING: at kernel/softirq.c:138 local_bh_enable().
...
Make the TIATM driver use tasklet, instead of BH without the flag, the TIATM driver treats packets inside BH,
which is wrong for most skbuff stuff. Use tasklet instead.
Signed-off-by: <benoit.ganne@gmail.com>
SVN-Revision: 10141
2008-01-07 19:38:17 +00:00
Felix Fietkau
d9e54d1e0b
export switch-core.h to $(STAGING_DIR)
...
SVN-Revision: 10138
2008-01-06 19:28:26 +00:00
Felix Fietkau
178721f76b
update brcm-2.4 to 2.4.35.4, integrate new broadcom system code, update broadcom-wl to a contributed version (v4.150.10.5) - no bcm57xx support yet, will follow shortly
...
SVN-Revision: 10137
2008-01-06 19:28:07 +00:00
Felix Fietkau
563d234596
don't call deconfig in udhcpc when entering the renew phase
...
SVN-Revision: 10136
2008-01-06 19:26:33 +00:00
Florian Fainelli
ae47983863
Mirror source tarball to openwrt.org ( #2983 )
...
SVN-Revision: 10133
2008-01-06 13:07:20 +00:00
Felix Fietkau
60de55965d
revert r9801 - fixes #2921
...
SVN-Revision: 10132
2008-01-06 12:58:01 +00:00
Florian Fainelli
3f20af4fa0
Upgrade gspcav1 to 20071224 ( #2922 )
...
SVN-Revision: 10131
2008-01-06 12:44:23 +00:00
Felix Fietkau
c9a70962ec
save memory in ipkg while parsing package lists - there's no need to load the whole files into ram before parsing them
...
SVN-Revision: 10125
2008-01-06 02:48:24 +00:00
Felix Fietkau
480c18e611
fix potential build errors when changing the qc-usb package selection
...
SVN-Revision: 10124
2008-01-06 02:12:40 +00:00
Felix Fietkau
bbc4c10465
Remove LINUX_2_6 dependency from qc-usb
...
This patch removes LINUX_2_6 dependency from qc-usb for those of us who
still have broadcom chipsets as qc-usb works fine on LINUX_2_4 too. This
compiles with both 2.4 and 2.6 kernels selected, and although i do not
have a Kamikaze svn system, the same changes (albeit without the new
package name changes in svn vs 7.09) work fine on my running 2.4 system
with a Quickcam Express card (older model).
Signed-off-by: Misha Koshelev <mk144210 at bcm dot edu>
SVN-Revision: 10123
2008-01-06 02:12:37 +00:00
Felix Fietkau
e47bfc7c48
remove memleak patch because of issues with premature freeing of memory - i will try to reduce the memory usage in a different way
...
SVN-Revision: 10122
2008-01-06 01:03:53 +00:00
Matteo Croce
c0310c2f5f
updated DSL driver and firmware ( closes #2532 )
...
SVN-Revision: 10118
2008-01-05 02:44:04 +00:00
Florian Fainelli
49abd3445d
Set country before channel ( #2958 )
...
SVN-Revision: 10113
2008-01-04 07:14:40 +00:00
Florian Fainelli
7b24a0e0c8
Bump release number after the vlynq change
...
SVN-Revision: 10108
2008-01-04 04:05:03 +00:00
Florian Fainelli
39d15da16f
Package mount and umount
...
SVN-Revision: 10106
2008-01-04 03:13:38 +00:00
Florian Fainelli
4dc872d27d
Add native vlynq support to the old acx driver ( #2864 )
...
SVN-Revision: 10102
2008-01-04 02:10:09 +00:00
Florian Fainelli
d188c641cf
Force broadcom-compat-ldso to be 2.4 only ( #2963 )
...
SVN-Revision: 10095
2008-01-03 19:33:51 +00:00
Felix Fietkau
f002d13e3c
restore old memleak fix
...
SVN-Revision: 10092
2008-01-03 17:07:55 +00:00
Felix Fietkau
ea8a6fd24c
add updated ipkg conffiles patch by cdtdaddy
...
SVN-Revision: 10091
2008-01-03 17:07:02 +00:00
Felix Fietkau
3e64a8c618
fix ipkg segfault and add conffiles patch from #2946
...
SVN-Revision: 10090
2008-01-03 02:25:16 +00:00
Felix Fietkau
418f0e9c10
enable broadcom-wl compat hacks
...
SVN-Revision: 10089
2008-01-03 02:12:50 +00:00
Felix Fietkau
457d9d3d1b
fix madwifi bssid allocation
...
SVN-Revision: 10087
2008-01-02 19:47:05 +00:00
Felix Fietkau
3b2e07b84f
add uci_set_default (to be used in init scripts or /etc/uci-defaults)
...
SVN-Revision: 10086
2008-01-02 17:10:16 +00:00
Florian Fainelli
48b1f3645b
Explicitely disable p54 for atheros and uml ( #2943 )
...
SVN-Revision: 10082
2008-01-02 00:34:28 +00:00
John Crispin
552743fe07
add sound packages for olpc
...
SVN-Revision: 10076
2008-01-01 14:29:27 +00:00
John Crispin
16664379f2
add package for olpc sound module
...
SVN-Revision: 10067
2007-12-31 13:33:54 +00:00
Felix Fietkau
e19d5bca42
fix a horrible memleak in ipkg ( #2702 )
...
SVN-Revision: 10036
2007-12-29 23:34:27 +00:00
Felix Fietkau
b0392b0661
replace cflags hacks with the correct solution
...
SVN-Revision: 10031
2007-12-29 20:31:48 +00:00
Felix Fietkau
ad0da135fd
fix keynote compile
...
SVN-Revision: 10030
2007-12-29 19:19:22 +00:00
Felix Fietkau
4cf73979de
add hacks for compiling ipsec-tools with the new uclibc
...
SVN-Revision: 10028
2007-12-29 19:09:36 +00:00
Felix Fietkau
8402e371c8
fix a build warning in libnl
...
SVN-Revision: 10025
2007-12-29 18:10:16 +00:00
Imre Kaloz
efadab3747
* upgrade ixp4xx to 2.6.23.12 * upgrade to the new ethernet driver (temporary breaks Marvell switch support on Compex units) * handle NPE microcodes in a user friendly way - YAY for Intel for changing the license * add support for the Lanready AP1000 (used in for example the Ligowave LGO2AGN)
...
SVN-Revision: 10016
2007-12-28 21:00:01 +00:00
Felix Fietkau
ddcd60ea3f
patch Makefile.am for GLOBAL_LIBDIR as well
...
SVN-Revision: 9988
2007-12-28 16:48:15 +00:00
Felix Fietkau
d0cba24775
move libltdl to the right directory in staging_dir
...
SVN-Revision: 9959
2007-12-27 12:35:03 +00:00
Andy Boyett
9d55105551
fixed b43-fwcutter compile on osx 10.5
...
SVN-Revision: 9954
2007-12-27 11:31:21 +00:00
Felix Fietkau
ed426409cc
fix libtool md5sum
...
SVN-Revision: 9952
2007-12-27 10:46:03 +00:00
Felix Fietkau
f99b9e7b2b
fix libtoolize/autoconf/automake
...
SVN-Revision: 9944
2007-12-27 02:11:14 +00:00
Felix Fietkau
01dd5fc03a
upgrade libtool, add fixes for libdir searching, fix up paths to .la files
...
SVN-Revision: 9941
2007-12-27 02:11:03 +00:00
Felix Fietkau
4a298f0c8d
move libtool out of tools/, seems like we need a per-target libtool
...
SVN-Revision: 9937
2007-12-27 02:10:23 +00:00
Felix Fietkau
d93fb2d347
fix a compile error in libnl
...
SVN-Revision: 9911
2007-12-25 02:37:23 +00:00
Felix Fietkau
2a45adfcda
remove uninstalldev templates (no longer necessary)
...
SVN-Revision: 9906
2007-12-25 01:40:47 +00:00
John Crispin
34cf8e94c2
add ifx adsl tools
...
SVN-Revision: 9900
2007-12-24 23:06:11 +00:00
Felix Fietkau
ac2f4c97e7
fix typo
...
SVN-Revision: 9871
2007-12-23 02:13:57 +00:00
Felix Fietkau
c2e873499a
add profile specific base-files packages - does not work with the imagebuilder yet, but will be fixed later
...
SVN-Revision: 9870
2007-12-23 02:08:34 +00:00
Felix Fietkau
09c8712627
fix ext3 compile (broken by [9822])
...
SVN-Revision: 9869
2007-12-23 01:40:06 +00:00
Felix Fietkau
8c871a5f6b
fix pppoe on dynamically assigned interfaces
...
SVN-Revision: 9852
2007-12-23 00:41:38 +00:00
Felix Fietkau
e86049efe8
sync with madwifi changeset 3070
...
SVN-Revision: 9835
2007-12-22 16:17:17 +00:00
Florian Fainelli
81bcc8cf96
Ext3 cannot load without mbcache, package it as well
...
SVN-Revision: 9822
2007-12-22 11:04:32 +00:00
Felix Fietkau
285395cfca
Add a madwifi patch by Brian Candler, which fixes minstrel when operating without multi-rate retry. Should lead to significant performance improvements when dealing with stations in B/G mixed mode. Fixes #2876
...
SVN-Revision: 9820
2007-12-21 15:36:54 +00:00
Florian Fainelli
9065915d0c
Fix macfiltering for broadcom devices ( #2822 )
...
SVN-Revision: 9805
2007-12-19 17:49:51 +00:00
Florian Fainelli
a952a8dac6
Put back kmod-ebtables for 2.4 kernels
...
SVN-Revision: 9801
2007-12-19 08:19:34 +00:00
Florian Fainelli
c5e404a555
Make ipkg depends on tar and gunzip ( #2821 )
...
SVN-Revision: 9785
2007-12-17 08:06:03 +00:00
Jens Muecke
7eeb4e6f7f
* adding network config for olpc * adding libertas * config issue * quiet mode for bootloader
...
SVN-Revision: 9768
2007-12-15 19:59:21 +00:00
Gabor Juhos
279f3719bf
base-files: fix revision number in 'etc/banner'
...
SVN-Revision: 9755
2007-12-14 20:07:32 +00:00
Felix Fietkau
985ee9fc8f
LED driver for PCEngines ALIX boards
...
This patch adds a driver for the three LEDs that exists on the
PCEngines ALIX 2 and 3 series boards.
The driver is also added to the Alix profile.
Signed-off-by: Petr Liebman <petrliebman@gmail.com>
--
SVN-Revision: 9748
2007-12-14 00:52:15 +00:00
Felix Fietkau
2da3f6a256
fix the sdk
...
SVN-Revision: 9747
2007-12-14 00:33:25 +00:00
Felix Fietkau
4506b4e279
fix mount.shfs symlink issue
...
SVN-Revision: 9735
2007-12-13 21:04:18 +00:00
Felix Fietkau
51996a78f1
clean up openwrt version handling, use a separate script that is executed at the beginning of the build process, fix revision checking with git
...
SVN-Revision: 9723
2007-12-13 06:25:54 +00:00
Felix Fietkau
084c9abec3
add workaround for ppp-on-boot issues, fixes #2524
...
SVN-Revision: 9722
2007-12-13 05:50:24 +00:00
Felix Fietkau
a017e2ad7f
remove a broken patch that should have been nuked with the busybox upgrade ( #2809 )
...
SVN-Revision: 9720
2007-12-13 05:01:08 +00:00
Felix Fietkau
1050b28b38
refresh patches, make madwifi-dfs compile on linux 2.4 again
...
SVN-Revision: 9719
2007-12-13 04:26:55 +00:00
Felix Fietkau
85578a7ff1
update to latest madwifi-dfs snapshot, fix a crash on broadcom 47xx
...
SVN-Revision: 9718
2007-12-13 04:26:46 +00:00
Felix Fietkau
73bc422188
add linux-uvc patch from #2842
...
SVN-Revision: 9716
2007-12-12 21:45:35 +00:00
Gabor Juhos
bb6c1aa770
new experimental driver for the CF slot on the RouterBOARD 153
...
SVN-Revision: 9707
2007-12-11 09:00:06 +00:00
Felix Fietkau
252fa41bc0
fixes Ticket #2792 (unresolved symbols) - added module snd-seq-device to package/kernel/modules/sound.mk
...
Signed-off-by: Mirko Vogt <dev@nanl.de>
SVN-Revision: 9696
2007-12-09 20:46:10 +00:00
Felix Fietkau
93575b53a7
Use $(CP) instead of $(INSTALL_BIN) for binaries.
...
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9694
2007-12-09 18:53:06 +00:00
Felix Fietkau
b0e20c3895
enable IPv6-support for ipsec-tools
...
Enable IPv6-Support for ipsec-tools
Signed-off-by: Patrick Scharrenberg <pittipatti@web.de>
SVN-Revision: 9693
2007-12-09 18:52:56 +00:00
Imre Kaloz
6a44e14051
add back patch to fix building on avr32 and cris
...
SVN-Revision: 9691
2007-12-09 18:31:09 +00:00
Florian Fainelli
66027739e6
Enable adminport feature of ipsec-tools ( #2750 )
...
SVN-Revision: 9687
2007-12-09 16:33:30 +00:00
Florian Fainelli
1d6142d809
Upgrade wpa_supplicant to 0.5.9 ( #2823 )
...
SVN-Revision: 9686
2007-12-09 16:23:03 +00:00
Felix Fietkau
f45990d8fe
finally fix libintl issues on osx and potentially other platforms by disabling its use in busybox completely
...
SVN-Revision: 9663
2007-12-06 14:01:23 +00:00
Felix Fietkau
115290946a
Remove HOST_LOADLIBES fix from busybox, caused problems.
...
OS X 10.5 compilation is rebroken for now. Fixes for this issue will need to be tested in more detail.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9662
2007-12-06 12:59:38 +00:00
Felix Fietkau
4fa7250c07
Removed redundant '-r' flags for cp. Fixes compilation on BSD/Darwin.
...
$(CP) is defined as CP:="cp -fpR"
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9661
2007-12-05 18:45:35 +00:00
Felix Fietkau
412bedd41c
busybox: Fix build on OSX/BSD (fix needs to be cleaned up.)
...
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9660
2007-12-05 18:45:28 +00:00
Felix Fietkau
aee342712b
add i8x0 audio driver
...
Signed-off-by: Jan Willies <jan@willies.info>
SVN-Revision: 9652
2007-12-03 21:21:17 +00:00
Felix Fietkau
856e457b73
update openswan to 0.4.10, reenable 2.6 support, sync with included openwrt packaging code (ported from wr to kamikaze)
...
SVN-Revision: 9651
2007-12-03 19:48:11 +00:00
Felix Fietkau
2bcaf23a68
add missing dependency
...
SVN-Revision: 9650
2007-12-03 00:34:39 +00:00
Felix Fietkau
9c7edf0ad0
update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode issues, needs more testing
...
SVN-Revision: 9648
2007-12-02 22:28:14 +00:00
Felix Fietkau
9b27c5b585
refactor hotplug2 rules, make sure that the default button rule is only used during the init (should fix #2772 )
...
SVN-Revision: 9644
2007-12-01 17:08:04 +00:00
Felix Fietkau
85ad2a43a0
add switch gpio init for bcm57xx (untested, see #2744 )
...
SVN-Revision: 9642
2007-11-30 21:58:14 +00:00
Felix Fietkau
66a69b145a
add extra wrt350n leds (patch from #2745 )
...
SVN-Revision: 9641
2007-11-30 21:58:06 +00:00
Felix Fietkau
1b3a1d0de1
make sure iw doesn't get compiled on older kernels
...
SVN-Revision: 9639
2007-11-30 11:33:31 +00:00
Felix Fietkau
661d97025a
adjust libnl url
...
SVN-Revision: 9638
2007-11-30 11:33:28 +00:00
Felix Fietkau
fc144fff14
add iw utility (untested)
...
SVN-Revision: 9637
2007-11-30 11:30:37 +00:00
Felix Fietkau
f9cca13068
upgrade libnl to 1.0-pre8
...
SVN-Revision: 9636
2007-11-30 11:29:30 +00:00
Felix Fietkau
2afa8ad23c
fix ppp issues (thanks to Fatus for debugging this)
...
SVN-Revision: 9634
2007-11-30 09:43:05 +00:00
Felix Fietkau
7654ee0a2b
Fix zlib for powerpc
...
For some architectures like powerpc, the library must be compiled with
-fPIC
(checked also for mips/mipsel)
Signed-off-by: Thomas Langer <thomas.langer@infineon.com>
SVN-Revision: 9632
2007-11-29 18:30:27 +00:00
Travis Kemen
a0c5fbe5ff
update busybox to 1.8.2
...
SVN-Revision: 9625
2007-11-29 02:06:37 +00:00
Travis Kemen
efb988f3f2
add options for rate 80211h compression bursting wmm and mac filtering From: Vasilis T. (aka Acinonyx)
...
SVN-Revision: 9624
2007-11-28 20:34:00 +00:00
Travis Kemen
b6e523bc33
some cleanup and remove overwriting of device defaults for bgscan and diversity
...
SVN-Revision: 9619
2007-11-28 19:25:54 +00:00
Felix Fietkau
8977c6c20a
drop the '0' default in config_get_bool
...
SVN-Revision: 9618
2007-11-28 19:02:46 +00:00
Florian Fainelli
bbf087176a
Fix AutoLoad macro typos ( #2765 )
...
SVN-Revision: 9615
2007-11-28 13:33:59 +00:00
Felix Fietkau
2b32beba84
package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)
...
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9613
2007-11-28 12:50:20 +00:00
Travis Kemen
031b47be15
use instead of closes #2759
...
SVN-Revision: 9612
2007-11-28 04:11:36 +00:00
Travis Kemen
be9bf2bf40
add txpower patches and add uci configuration file From: Vasilis T. (aka Acinonyx)
...
SVN-Revision: 9610
2007-11-28 03:44:18 +00:00
Travis Kemen
f30263eea0
don't overwrite device default for fast frames closes #2321
...
SVN-Revision: 9609
2007-11-28 03:07:18 +00:00
Travis Kemen
df42216881
add option to turn off dynamic dhcp closes #2694
...
SVN-Revision: 9608
2007-11-28 03:02:20 +00:00
Felix Fietkau
d36374c428
init: check permissions on rc.d files
...
We try to unconditionally execute /etc/rc.d/* files, even if they're
not executable - an easy way of temproarily disabling a service. When
this happens, we get a permission denied error on boot.
This change only tries to run execulable startup scripts.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9607
2007-11-28 02:36:14 +00:00
Felix Fietkau
b443ee0fbb
init: don't start hotplug2 if it doesn't exist
...
The current init script always tries to start hotplug 2, even if
it's not present, so we get an error on boot.
This change checks for the presence of the hotplug2 binary before
trying to start it.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9606
2007-11-28 02:36:10 +00:00
Felix Fietkau
7f052bf047
update to latest madwifi snapshot - fixes some noderef bugs
...
SVN-Revision: 9602
2007-11-27 22:06:27 +00:00
Felix Fietkau
fd68041491
fix remaining netif_rx calls in napi polling patch
...
SVN-Revision: 9601
2007-11-27 22:05:40 +00:00
Felix Fietkau
679089c6a8
work around kernel config issues with sound modules
...
SVN-Revision: 9598
2007-11-25 17:15:30 +00:00
Felix Fietkau
4402192ded
add missing dependency
...
SVN-Revision: 9597
2007-11-25 16:26:39 +00:00
Tim Yardley
85b17a4e9e
update stripped subset of l7 patterns to 11-03-2007 patterns
...
SVN-Revision: 9582
2007-11-19 23:07:00 +00:00
Felix Fietkau
c439768c9a
fix libnl include issues which broke a few packages
...
SVN-Revision: 9581
2007-11-19 23:03:09 +00:00
Felix Fietkau
cbb4e6b5a2
remove madwifi tx locking patch - i don't trust it
...
SVN-Revision: 9580
2007-11-18 15:40:12 +00:00
Felix Fietkau
55fff87408
fix path to .config ( #2722 )
...
SVN-Revision: 9579
2007-11-17 16:01:28 +00:00
Felix Fietkau
c147d9d634
prevent mac80211 from accidentally starting to build on older kernel versions because of dependencies ( #2718 )
...
SVN-Revision: 9578
2007-11-17 15:54:53 +00:00
Felix Fietkau
9ad0b9e924
comment out dependencies that are not supposed to be used yet ( #2723 )
...
SVN-Revision: 9577
2007-11-17 15:50:41 +00:00
Felix Fietkau
ca9147efb9
clean up stale stampfiles
...
SVN-Revision: 9576
2007-11-17 14:21:14 +00:00
Felix Fietkau
4235aee8c2
fix hostapd rebuild check, isolate the common src/ directory for hostapd variants as well to fix compile errors when both variants are selected ( #2722 )
...
SVN-Revision: 9575
2007-11-17 14:14:16 +00:00
Felix Fietkau
992e1f5e04
fix hostapd build with openssl
...
SVN-Revision: 9574
2007-11-16 23:37:24 +00:00
Gabor Juhos
63c05b7e2e
kernel: add a kernel module for the usbtest driver
...
SVN-Revision: 9572
2007-11-16 09:38:18 +00:00
Florian Fainelli
d8faf285a8
Allow specifying static IPv6 gateways ( #2710 )
...
SVN-Revision: 9569
2007-11-16 07:27:59 +00:00
Felix Fietkau
82c697991a
hostapd: turn libnl into a build dependency
...
SVN-Revision: 9568
2007-11-16 05:08:32 +00:00
Felix Fietkau
a8c17898cc
fix config change detect for hostapd
...
SVN-Revision: 9565
2007-11-16 03:47:11 +00:00
Felix Fietkau
42d7efd083
update hostapd patches to the latest from http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/
...
SVN-Revision: 9564
2007-11-16 03:24:01 +00:00
Felix Fietkau
5a543584b8
improve build checks for hostapd (combinations of madwifi and mac80211)
...
SVN-Revision: 9563
2007-11-16 03:11:42 +00:00
Felix Fietkau
11feaad40a
use the static version of libnl for hostapd
...
SVN-Revision: 9562
2007-11-16 03:11:39 +00:00
Felix Fietkau
3981c55a6a
make libnl build a static version as well
...
SVN-Revision: 9561
2007-11-16 03:11:36 +00:00
Felix Fietkau
e3ecefbd23
fix adm switch misdetection, which led to bogus button events that caused the system to shut down
...
SVN-Revision: 9555
2007-11-16 03:11:09 +00:00
Felix Fietkau
67dd9a73dc
fix up hostapd for mac80211
...
SVN-Revision: 9554
2007-11-16 03:10:56 +00:00
Felix Fietkau
029df8cc2e
add libnl
...
SVN-Revision: 9552
2007-11-16 03:10:33 +00:00
Florian Fainelli
874935fe41
Add detection support for Buffalo WHR-G125 from #2611
...
SVN-Revision: 9548
2007-11-13 07:39:29 +00:00
Felix Fietkau
391f696e4b
add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)
...
SVN-Revision: 9546
2007-11-12 21:41:25 +00:00
Felix Fietkau
071a907015
add support for interfaces with ipv6, but no ipv4 (patch from #2695 )
...
SVN-Revision: 9545
2007-11-12 16:29:08 +00:00
Felix Fietkau
1eb35dd1c8
add b43 fixes from #2677
...
SVN-Revision: 9535
2007-11-11 11:44:59 +00:00
Felix Fietkau
f8d965201b
disable a totally braindead optimization in busybox that causes various applets to crash on mips
...
SVN-Revision: 9532
2007-11-10 22:56:55 +00:00
Felix Fietkau
658fcd6cf3
wlcompat: show wet mode as Managed mode as well to avoid confusion
...
SVN-Revision: 9529
2007-11-10 19:01:00 +00:00
Felix Fietkau
2ab260e917
move wlcompat to the broadcom-wl package
...
SVN-Revision: 9528
2007-11-10 19:00:53 +00:00
Felix Fietkau
46383c512e
fix up ata/scsi core depends
...
SVN-Revision: 9526
2007-11-10 16:56:51 +00:00
Felix Fietkau
f711be8cb7
clean up rt2x00 downloading
...
SVN-Revision: 9525
2007-11-10 16:51:20 +00:00
Felix Fietkau
8fba43d0f1
upgrade busybox to 1.8.1
...
SVN-Revision: 9524
2007-11-10 16:51:11 +00:00
Felix Fietkau
ddb3d3705d
clean up mac80211 related kernel version deps
...
SVN-Revision: 9522
2007-11-10 15:23:02 +00:00
Felix Fietkau
04ad386f48
turn kmod-crypto-core dep into a select, so that packages like mac80211 are always selectable
...
SVN-Revision: 9521
2007-11-10 15:22:56 +00:00
Felix Fietkau
1423753198
revert abi changes in uClibc - on hold for 7.11, will be added again with the uclibc upgrade for 8.01
...
SVN-Revision: 9519
2007-11-09 13:20:21 +00:00
Felix Fietkau
694cbbccb1
disable crt_fini compatibility in uClibc, compile custom ld-uClibc for broadcom utilities allows us to upgrade uClibc without breaking compatibility for nas and wl breaks binary compatibility for packages from earlier kamikaze releases
...
SVN-Revision: 9518
2007-11-09 03:20:13 +00:00
Felix Fietkau
64e1a619c2
fix acx-mac80211 compile with older kernels
...
SVN-Revision: 9512
2007-11-07 23:16:37 +00:00
Felix Fietkau
2687c81ab0
fix p54 compile
...
SVN-Revision: 9511
2007-11-07 21:11:16 +00:00
Felix Fietkau
a79df14d21
bump ppp version
...
SVN-Revision: 9509
2007-11-07 13:24:13 +00:00
Felix Fietkau
f77a9849c0
add ppp ipv6 patch by farnz (from #2525 )
...
SVN-Revision: 9508
2007-11-07 13:24:10 +00:00
Felix Fietkau
5bc6d1c39e
update madwifi to latest rev - works around some crashiness
...
SVN-Revision: 9507
2007-11-07 13:02:09 +00:00
Florian Fainelli
9d7192e5fa
Add a boolean to allow NAT from LAN or not, default to nat LAN ( #2535 )
...
SVN-Revision: 9503
2007-11-05 14:19:16 +00:00
Florian Fainelli
547984d91d
Fix missing IP section to properly add static hosts ( #2650 )
...
SVN-Revision: 9502
2007-11-05 14:14:06 +00:00
Gabor Juhos
5fb714cca9
base-files: suppress error messages in usb-storage script
...
SVN-Revision: 9498
2007-11-04 15:12:08 +00:00
Felix Fietkau
9b486d6381
fix wr850g detection ( #1936 )
...
SVN-Revision: 9492
2007-11-03 16:17:53 +00:00
Florian Fainelli
c8d8f93977
Fix usage ( #2613 )
...
SVN-Revision: 9479
2007-11-01 17:38:02 +00:00