Gabor Juhos
e89dfa6f3c
kernel/modules: allow I2C modules to be compiled into the kernel ( closes #5702 )
...
SVN-Revision: 17269
2009-08-15 09:12:37 +00:00
Hauke Mehrtens
b1ae2c2c20
Build modules only if realy needed.
...
SVN-Revision: 17267
2009-08-15 08:36:33 +00:00
Hauke Mehrtens
babf8f5927
update openfw to 5.2
...
SVN-Revision: 17266
2009-08-15 08:35:03 +00:00
Hauke Mehrtens
7dcdcbbc24
Update to compat-wireless-2009-08-15
...
SVN-Revision: 17265
2009-08-15 08:26:38 +00:00
Florian Fainelli
92ee7505d8
fix path to orinoco wireless modules ( #5701 )
...
SVN-Revision: 17264
2009-08-14 15:21:23 +00:00
Jo-Philipp Wich
b44b066543
firewall: allow incoming udp/68 packets in the default configuration ( #4108 , #4781 )
...
SVN-Revision: 17238
2009-08-13 03:31:53 +00:00
Florian Fainelli
8e10e1270c
more compile fixes for sangam-atm and 2.6.31
...
SVN-Revision: 17228
2009-08-11 18:50:45 +00:00
Vasilis Tsiligiannis
b520582861
kmod-ipt-nathelper-extra: Fix kmod-textsearch dependency ( #5665 )
...
SVN-Revision: 17225
2009-08-11 16:39:53 +00:00
Felix Fietkau
ed497b57a7
madwifi: fix frame dropped counter
...
SVN-Revision: 17224
2009-08-11 14:05:57 +00:00
Felix Fietkau
5335a25026
madwifi: fix compiler warning
...
SVN-Revision: 17221
2009-08-11 02:14:33 +00:00
Felix Fietkau
f0380bfd82
fix software rx filter for ibss mode (based on a patch by harald schiöberg)
...
SVN-Revision: 17220
2009-08-11 02:14:28 +00:00
Felix Fietkau
a1c5477822
madwifi: fix compile error on kernels without net_device api compatibility
...
SVN-Revision: 17219
2009-08-11 02:14:15 +00:00
Jo-Philipp Wich
27da9d1984
base-files: move ipv6 module loading from setup_interface() to addif() in the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured ( #5356 )
...
SVN-Revision: 17217
2009-08-10 23:48:10 +00:00
Jo-Philipp Wich
6ccd4143eb
opkg: fix duplicate parsing of config file, move opkg.conf back to /etc, bump package revision, thanks kupseoft
...
SVN-Revision: 17209
2009-08-10 22:38:37 +00:00
Hauke Mehrtens
ece3bdcdd6
Correct bool expressions in dependencies. This fixes #5627
...
SVN-Revision: 17208
2009-08-10 18:26:18 +00:00
Vasilis Tsiligiannis
08f7b6c408
kmod-net-hermes-pci, kmod-net-hermes-plx: Fix kmod-net-hermes dependency
...
SVN-Revision: 17206
2009-08-09 22:51:04 +00:00
Florian Fainelli
b2c58364fe
more 2.6.30 related fixes for ar7-atm
...
SVN-Revision: 17183
2009-08-08 21:29:37 +00:00
Felix Fietkau
717a6344d4
decrease verbosity of mklibs.py
...
SVN-Revision: 17174
2009-08-08 02:37:59 +00:00
Felix Fietkau
b1a2f4b2b8
integrate mklibs.py support into the build process
...
SVN-Revision: 17173
2009-08-08 02:25:03 +00:00
Felix Fietkau
907fb8d8e5
install static libraries from uclibc to the rootfs staging dir
...
SVN-Revision: 17169
2009-08-08 02:24:45 +00:00
Felix Fietkau
4169a2e834
add a staging directory for unstripped package files, useful for debugging, will be used for mklibs integration later
...
SVN-Revision: 17167
2009-08-07 21:58:35 +00:00
Florian Fainelli
34e22309ef
libiptc and libxtables should install their libraries as symbolic links ( #5313 , #5639 )
...
SVN-Revision: 17162
2009-08-07 09:36:55 +00:00
Felix Fietkau
91f98f1756
base-files: some /lib/network/config.sh refactoring
...
* Localize a lot more variables than before.
* Do stuff or localize variables at later points or inner blocks
so less commands are executed in some cases.
* Use the default option of config_get where it makes sense.
Signed-off-by: Malte S. Stretz <mss@apache.org>
SVN-Revision: 17160
2009-08-07 00:08:06 +00:00
Felix Fietkau
7c32f45749
base-files: clean up init.d/fstab and port it to the new config_get
...
... also remove the unused noauto variable in swapon.
Signed-off-by: Malte S. Stretz <mss@apache.org>
SVN-Revision: 17159
2009-08-07 00:08:01 +00:00
Felix Fietkau
ae0745e240
base-files: port init.d/led to new config_get
...
... and don't call logger directly, rcS takes care of the correct redirection
Signed-off-by: Malte S. Stretz <mss@apache.org>
SVN-Revision: 17158
2009-08-07 00:07:56 +00:00
Felix Fietkau
2892e2f1d5
base-files: port init.d/boot to new config_get
...
... and localize some variables.
Signed-off-by: Malte S. Stretz <mss@apache.org>
SVN-Revision: 17157
2009-08-07 00:07:51 +00:00
Felix Fietkau
387b221aa1
base-files: port functions.sh to new config_get
...
Signed-off-by: Malte S. Stretz <mss@apache.org>
SVN-Revision: 17156
2009-08-07 00:07:46 +00:00
Felix Fietkau
4dbaccf0cd
base-files: allow default value for config_get
...
Signed-off-by: Malte S. Stretz <mss@apache.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 17155
2009-08-07 00:07:42 +00:00
Imre Kaloz
e8ce7fab52
upgrade opkg to r215 from the googlecode svn
...
SVN-Revision: 17152
2009-08-06 20:08:27 +00:00
Jo-Philipp Wich
a243847f73
broadcom-wl: add "assoclist" command to wlc
...
SVN-Revision: 17144
2009-08-06 12:02:50 +00:00
Gabor Juhos
60c9e8f5d7
iw: update to 0.9.15
...
SVN-Revision: 17134
2009-08-05 17:27:45 +00:00
Florian Fainelli
2542bd81a2
add usb-net-dm9601-ether, thanks groz
...
SVN-Revision: 17133
2009-08-05 15:10:29 +00:00
Florian Fainelli
4a2409f4d0
add usb-serial-motorola-phone, thanks groz
...
SVN-Revision: 17132
2009-08-05 15:09:21 +00:00
Felix Fietkau
1d1a1b8ab1
fix a typo in apply_config -t
...
SVN-Revision: 17120
2009-08-04 00:43:55 +00:00
Jo-Philipp Wich
3bb5ea71eb
base-files: ensure that ipv6 is loaded if interfaces have an ip6addr defined, clean trailing whitespace, bump pkg revision ( #5356 )
...
SVN-Revision: 17118
2009-08-04 00:06:47 +00:00
Florian Fainelli
2c08ff242a
acx fixes for 2.6.30
...
SVN-Revision: 17116
2009-08-03 22:30:42 +00:00
Jo-Philipp Wich
187e2ba9fc
firewall: add icmp_type option to specify the icmp type in rule sections, bump pkg revision ( #5554 )
...
SVN-Revision: 17115
2009-08-03 22:24:48 +00:00
Florian Fainelli
ad4d3c72dd
use updated Annex-A and B firmwares ( #5296 ), bump to D7.04.03-R1
...
SVN-Revision: 17114
2009-08-03 22:21:51 +00:00
Jo-Philipp Wich
498fe852f8
dropbear: safely support remote restarting of dropbear process; bump pkg revision ( #5498 )
...
SVN-Revision: 17113
2009-08-03 22:19:51 +00:00
Imre Kaloz
671280830d
add special handling for the adm5120 target, which uses subtargets for different endianess -- later we should come up with something smarter
...
SVN-Revision: 17101
2009-08-03 11:24:56 +00:00
Florian Fainelli
c22ab8f99e
compile fixes in ar7-atm for new kernels
...
SVN-Revision: 17096
2009-08-02 12:37:51 +00:00
Florian Fainelli
034933808a
install libiptc/libipulog from iptables ( #5549 )
...
SVN-Revision: 17089
2009-08-01 23:16:06 +00:00
Florian Fainelli
ee95ea0bdd
update ebtables to 2.0.9-1, fixes #5001
...
SVN-Revision: 17087
2009-08-01 21:29:47 +00:00
Felix Fietkau
2fb9a9c917
madwifi: fix a race condition in the ap2ap wds setup
...
SVN-Revision: 17086
2009-08-01 21:29:19 +00:00
Felix Fietkau
f6852f2023
madwifi: disable debug by default in the source tree instead of only relying on the override (useful for external builds)
...
SVN-Revision: 17085
2009-08-01 21:29:15 +00:00
Felix Fietkau
9ce792f444
madwifi: remove the get_arch.mk build failure when the 'detected' arch doesn't match the build system's value
...
SVN-Revision: 17084
2009-08-01 21:29:10 +00:00
Florian Fainelli
0c27222ac4
force iptables to be configured with ipv6 enabled ( #5586 )
...
SVN-Revision: 17076
2009-08-01 12:10:59 +00:00
Florian Fainelli
798d675786
add RTC RV5C386A package
...
SVN-Revision: 17073
2009-08-01 11:09:02 +00:00
Florian Fainelli
52b6f8f74a
prevent rebuild issues on creation of lib64 with 64-bits targets
...
SVN-Revision: 17072
2009-08-01 10:51:19 +00:00
Imre Kaloz
9711e6ad55
use board names instead of arch in packages
...
SVN-Revision: 17063
2009-07-31 12:15:51 +00:00