kaloz
5f33b429e2
add preliminary 2.6.32 support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-03 10:49:27 +00:00
blogic
6e82572b17
[ifxmips] clean up menuconfig path of dsl driver and userland helper
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18260 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-01 19:05:32 +00:00
blogic
d30299b51e
[ifxmips] adds dsl support, thank you infineon/lantiq
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18259 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-01 18:52:35 +00:00
florian
5a58232dfa
[package] fix hostapd frame injection in mac80211, backport 9b1ce526eb917c8b5c8497c327768130ee683392 ( #6070 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-01 10:46:36 +00:00
florian
aa196b3611
[package] kmod-libertas needs kmod-lib80211 to load
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-31 12:28:55 +00:00
florian
db0cb2eef5
[package] fix siit compilation failures on brcm-2.4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18228 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-30 14:14:53 +00:00
blogic
70916d05de
make etehrent work on wrt350n, thx sn9
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18214 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 21:26:36 +00:00
blogic
91c099418f
fixes bluetooth dependency, thx sn9
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18213 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 21:25:55 +00:00
florian
ca341a66db
[package] remove references to 2_6_27
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 12:22:53 +00:00
blogic
a42b873f24
fixes DEPENDS of SSB module, thx sn9
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18196 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-28 15:10:30 +00:00
jow
699212b7b4
[package] lua: add the 100-no_readline.patch to host build
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18195 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-28 13:56:33 +00:00
jow
abc16b03ee
[package] lua: the variable expansion to detect the host os does not work with GNU Make 3.81, replace it with a nested ifeq
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18193 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-28 00:11:59 +00:00
florian
05ccb6dea8
[package] fix siit compile with 2.6.30 kernels and superior, when CONFIG_COMPAT_NET_DEV_OPS is not set
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18191 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-27 22:50:34 +00:00
nbd
8f4d88ab8d
lua: fix a typo
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-27 21:28:15 +00:00
nbd
dfe29b760d
lua: re-enable host builds with some more fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18189 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-27 21:18:58 +00:00
nbd
c3dbd7adde
lua: fix regressions in operator overloading caused by the refcounting patch, also fix some more variable cleanup issues => even more performance, less memory utilization
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-26 14:27:30 +00:00
nbd
9529774bd5
lua: use float instead of double, reduces the gc data structure size by 4 byte => luci processes use 10% less memory
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-26 03:01:12 +00:00
nbd
27e64f8be8
lua: fix various bugs in the refcounting implementation. seems to fix luci and reduces memory consumption even more
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-26 00:06:42 +00:00
nbd
2c5998b74d
lua: get rid of bitlib and md5lib from the core, they are no longer necessary
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18138 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-24 23:23:42 +00:00
nbd
e4be8b3bf5
lua: add reference counting for strings - this will need A LOT of testing, but it should finally fix the excessive memory usage problems triggered by luci
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-24 22:19:13 +00:00
jow
e94a2e1312
[package] opkg: ignore Section, Source and Maintainer as well when ignoring descriptions, saves a few hundred KB memory
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-22 17:16:13 +00:00
jow
d968f2b92f
[package] opkg:
...
- re-enable upgrade and restrict it to signle packages, fix usage text
- only read package descriptions if they're actually needed (almost never),
saves even more space when parsing package lists
- refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-22 15:15:19 +00:00
jow
a460e82adb
[package] opkg:
...
- replace package list parser by something that works with fixed buffers
to avoid slurping the whole file into memory during parsing
- fix a possible null pointer dereference in opkg_remove_cmd()
- get rid of upgrade, it cannot upgrade single packages and kills
the system in most cases
- get rid of the flag operation, not needed
- bump package revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18119 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-22 08:46:55 +00:00
nbd
ad35d749fe
madwifi: reduce the size of the multicall tool binary
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-21 00:20:42 +00:00
nbd
b3c44ec1cc
do not relink libresolv, it makes iproute2 barf
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18111 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 22:22:59 +00:00
nbd
682f9b3fa9
remove obsolete uci validation awk code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18110 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 21:48:40 +00:00
nbd
9c95941f5d
base-files: remove obsolete stuff from common.awk
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18109 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 21:45:57 +00:00
nbd
13f9f9e676
wireless-tools: reduce binary size by ~13k by removing unused/obsolete features
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18108 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 21:40:09 +00:00
nbd
059bf66201
hostapd: make compilation of the hostap driver conditional - saves 10k uncompressed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 21:14:57 +00:00
nbd
de45c75915
hotplug2: get rid of the unnecessary reference to libdl as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18106 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 20:59:40 +00:00
nbd
183ed59cff
hotplug2: compile in the worker module statically, saves >20k uncompressed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18104 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 20:49:44 +00:00
jow
11adc3d3d9
[package] base-files: only try to execute watchdog if binary is present
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 17:07:08 +00:00
nbd
f47c28454b
remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 11:44:16 +00:00
nbd
b406bcc62e
zlib: replace -fPIC with $(FPIC)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18093 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 08:41:32 +00:00
nbd
43770b8817
uci: only use $(FPIC) on library parts, saves a few hundred bytes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18092 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 08:26:39 +00:00
nbd
628a773644
opkg: get rid of libopkg, saves >10k compressed, >40k uncompressed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 08:21:10 +00:00
nbd
96ff9f58c6
fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead of using the standard _pic variant
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 07:26:34 +00:00
nbd
12efcae535
install the right version of libgcc along with its version map to fix relinking issues with mklibs, attempt to relink only if the version map is actually present
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18089 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 06:57:19 +00:00
hcg
a5aafb299c
[busybox] At boot, the startup process is executed in a non-interactive shell. Default behavior for a non-interactive shell is that SIGINT is processeld locally by the shell (and typically ignored), this runtime environment is inherited by children, hence Ctrl-C has no effect within a telnet session. This patch enables the correct behavior
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 06:51:30 +00:00
nbd
37e3d1ccdd
mark uboot-envtools as broken, it looks more like a place holder than an actual packaging attempt
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18079 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 19:15:08 +00:00
nbd
6a5e469c87
remove support for uclibc 0.9.29
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18078 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 18:25:25 +00:00
nbd
a07f2e8000
mac80211: fix ath5k compile on 2.6.28 and earlier
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 04:28:15 +00:00
nbd
5b12db1589
hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code check on recv()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 02:39:02 +00:00
nbd
97abaa960a
madwifi: add antenna gpio support for nanostation loco2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-17 22:11:14 +00:00
nbd
8dee2fd6c4
madwifi: remove the 10HZ timer for updating rate control statistics
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-17 04:56:09 +00:00
nbd
a2c8edeafc
madwifi: fix various noderef/memleak issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-17 04:56:05 +00:00
nbd
586c0c90e8
hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 association problems
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18051 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-17 04:55:59 +00:00
nbd
a5fa848148
madwifi: more ad-hoc fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-15 19:20:43 +00:00
nbd
727e3e7538
madwifi: fix another ibss crash ( #5935 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18048 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-14 21:15:45 +00:00
nbd
ba949e0f75
madwifi: fix race condition on ibss init ( #5935 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18046 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-14 08:29:46 +00:00
nbd
d2478832c9
madwifi: beacon timer fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18045 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-14 08:29:37 +00:00
acinonyx
5c7fc903f3
[package] usb-core: Add dependency to nls-base ( #5973 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-12 11:44:36 +00:00
nbd
7a9f6b121f
mac80211: fix download url ( #5980 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18040 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-11 23:11:39 +00:00
nbd
2438e75278
mac80211: fix a warning during interface bringup when using autochannel
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18034 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-11 15:06:12 +00:00
nico
9c86661840
mac80211: fix rt2800pci, tx ack timeout is now hardcoded
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18031 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-11 04:00:58 +00:00
nbd
4f01c6f2e6
mac80211: fix ibss join/create
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-11 03:13:57 +00:00
nbd
adbb0c8af6
firewall: fix zone defaults
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18028 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-11 02:42:22 +00:00
nbd
11e5f1bf7c
mac80211: fix encryption fallback for sta mode, add frequency/bssid selection support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18025 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-11 01:05:17 +00:00
nbd
dd47052c85
mac80211: fix autochannel / fixed channel selection, add commands for unencrypted sta mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18024 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-11 01:01:12 +00:00
nbd
994c1fce91
mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setup
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18023 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-11 00:36:23 +00:00
nbd
1d8d224223
gcc: add llvm-gcc and llvm from trunk (does not successfully compile a target yet, but gets close)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18019 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-10 19:25:48 +00:00
nbd
bcf5f70a68
udevtrigger: use the build system cflags
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18018 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-10 19:25:31 +00:00
nbd
71394ccb5e
firewall: do not process rules in reverse
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18015 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-10 18:08:26 +00:00
florian
3a38a7f90f
[octeon] package the octeon compact flash driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18012 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-09 07:36:19 +00:00
blogic
3da392ac87
#4985 - fixes dropbear banner file, thanks Roman Yepishev
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18009 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-08 18:58:15 +00:00
florian
dd6a64aec6
[octeon] add support for the dwc_otg USB controller
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18006 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-08 17:56:31 +00:00
florian
1b5e3b5af0
[package] we cannot build madwifi for octeon since there is no mips64r2 hal target
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18001 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-08 12:11:32 +00:00
kaloz
72aa5b478a
enable ATA_SFF (PATA support) in the generic configs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17993 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-08 09:40:38 +00:00
florian
75c43524e8
[package] fix typos in KernelPackage/libertas
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-07 18:54:17 +00:00
nico
ab969ad78e
[package] libertas: use driver from compat-wireless instead of our own (deprecated) one
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-07 16:03:31 +00:00
florian
4cce3b1620
[package] add uboot-envtools
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17981 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-07 15:14:28 +00:00
nico
cdf6976608
[package] madwifi: add HAL_TARGET mapping for kirkwood board
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-06 20:55:24 +00:00
florian
2ce9114dcc
[package* ata-ixp4xx-cf depends on TARGET_ixp4xx
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-06 15:24:28 +00:00
florian
25d531ca58
[package] madwifi cannot be compiled on cobalt which has a different mips cpu abi
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-06 06:07:36 +00:00
nbd
cbe70787d8
fix opkg directory cleaning ( #5646 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17952 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-06 04:50:53 +00:00
florian
074f6b0011
[package] add kmod-input-rb532, driver for the rb532 user button
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17927 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 20:05:56 +00:00
nbd
513ebf4eac
busybox: remove "default y" in the lock config item to fix nommu builds
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 19:56:23 +00:00
nico
9414c3b10d
[package] kernel: fix Promise PDC202xx IDE driver location
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17909 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 17:08:44 +00:00
agb
5d7f5678e4
[kernel] modules/crypto: package AMCC ppc4xx hardware crypto driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 17:05:43 +00:00
agb
04c5f00031
[ps3] add missing kconfig option to ps3 sound module
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 17:04:17 +00:00
agb
40d0e5c66b
[kernel] modules/usb: fix usb-etrax dependencies
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17898 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 17:03:42 +00:00
jow
ad7c749604
[package] dnsmasq:
...
- make "name" option in "host" sections optional and append it to -G if set,
allows specifying hostnames for static leases without resorting to /etc/hosts
- implement "domain" sections, allows defining arbitary host names and associated
ptr records from uci
- bump package revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17897 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 16:58:06 +00:00
nico
fdfd2adc07
[package] mountd: mark as 2.6 only
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 11:18:03 +00:00
nico
4b6822e5ed
[package] gdb: don't build on avr32
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 09:47:24 +00:00
nico
79128e76e6
[cosmetic] [package] gdb: have both gdb & gdbserver share defaults
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17863 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 09:12:05 +00:00
blogic
9ae241fb88
fixes typo
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 07:36:02 +00:00
blogic
6552fe0ce9
fixes ifxmips uboot compile, adds uart uploadable image and fix for wippies homebox flash
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-04 21:58:18 +00:00
blogic
a2fd77df3f
adds mountd. There is still much space for improvement, static mounts and fstab are not supported yet
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17853 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-04 14:01:17 +00:00
nico
14e55e3c98
remove ipset support from core, it is now provided by xtables-addons from the packages feed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-03 23:51:10 +00:00
nbd
abb09c1f95
check for sysfs before bypassing normal hotplug calls for firmware events ( fixes #5200 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-03 11:28:02 +00:00
nbd
e50339e3d8
busybox: support 64 bit math in shell tests. this does not seem to increase the binary size at all (tested on mips), fixes #2871
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-03 10:56:19 +00:00
nbd
d4b7776c0d
ath: add a compile time option that gives the user full control over regulatory settings (disabled by default for now)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-02 22:02:37 +00:00
nbd
fcd449b084
mac80211: autodetect the default phy mode based on 11n and freq capabilities
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-02 19:41:04 +00:00
nbd
e1a9d004cc
mac80211: fix typo in ifname setup, suppress error messages of interface enumeration commands
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-02 19:16:16 +00:00
nbd
107bc81f4b
hostapd: initialize wme to sane values
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-02 18:55:03 +00:00
nbd
9878ccc8d2
mac80211: merge Pat Erley's mac80211.sh from openwrt-devel@ with many cleanups and other changes by me. adds support for multiple interfaces, tested with ath9k
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-02 15:18:44 +00:00
nbd
982e75bdf6
opkg: move the build dir to KERNEL_BUILD_DIR, as compilation is target dependent
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-02 15:18:38 +00:00
blogic
6d5918487d
adds atm driver for ifxmips, code ported from wippies 2.6.16 gpl release. it compiles but throws ioctl -EINVAL during bring up of atm device, hence marked as broken
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17819 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-02 09:41:22 +00:00
claudio
a10614cd42
[etrax] Export USB host driver as kernel package
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17818 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-02 09:34:10 +00:00
nico
5149fca5d2
[package] busybox: remove empty patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17803 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-01 07:46:42 +00:00
jow
332272ec7b
[package] ppp: add dns servers to uci state in the ip-up script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17801 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-30 16:06:20 +00:00
jow
1106afd9fe
[package] base-files: add hotplug rules for /dev/lpX ( #863 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17792 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-28 20:05:50 +00:00
nico
9dfc3e34ee
[package] busybox: update to v1.14.4 ( closes : #5619 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-28 12:38:46 +00:00
nbd
9f19c5e029
firstboot: add support for union mounts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17778 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-27 22:56:21 +00:00
nbd
4a7259e39d
base-files: move firstboot to /sbin
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17775 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-27 22:56:11 +00:00
florian
d142ae4a05
[package] add mips64 support to kexec-tools, counterpart of r17768.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17769 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-27 19:13:17 +00:00
hauke
e0cf13bf5a
[ipset] Update ipset to version 3.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17764 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-27 15:03:41 +00:00
nico
6d2edb6cad
[package] ppp: quote positional parameters when calling up/down scripts ( closes : #5622 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-27 14:14:09 +00:00
nico
dc1a20a020
[package] firewall: fix MSS issue affection RELATED new connections ( closes : #5173 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17762 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-27 13:57:09 +00:00
hauke
199b50af2c
[mac80211] Add ar9170usb driver.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-27 13:43:21 +00:00
hauke
a549a6338a
[mas80211] Do not build some modules as they are not needed
...
Remove empty directory.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-26 22:06:39 +00:00
hauke
b643f19c32
[mac80211] Do not depend on rfkill
...
With kernel 2.6.31 cfg80211 is build with rfkill if it was build.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17754 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-26 22:05:46 +00:00
hauke
749981b832
small fixes mostly for kernel 2.6.31
...
- libsas needs symbols from scsi_transport_sas
- autoload line in pppoe was missing
- rfkill-input does not exist in kernel 2.6.31
- password for download server of r8101 changed
- r8101 and siit do not build with kernel 2.6.31
- fix build of net sched esfq
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17752 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-26 21:23:53 +00:00
nico
21adeeda4d
add _GNU_SOURCE to CPPFLAGS required to include <bits/socket.h> on recent eglibc revisions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17749 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-26 19:01:50 +00:00
hauke
5dcf85bfaf
[packages] fixes for kernel 2.6.31
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17739 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-26 13:31:42 +00:00
hauke
f4aa4e469c
[brcm47xx] add patches for kernel 2.6.31
...
This is completly untested. Only a compile tests with the default config was done!
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-26 11:48:48 +00:00
nbd
7b7b2eed91
busybox: add support for union mounts (not included in the kernel yet)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-25 20:46:51 +00:00
nbd
92e51ad466
iptables: fix build error with linux 2.6.31
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-25 14:10:42 +00:00
nbd
d491a718d7
libtool: update to 1.5.26 (patch from #4905 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17715 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-24 22:19:33 +00:00
nbd
bd6f974a3f
base-files: add libgcc dependency to libc ( #5262 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17714 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-24 22:02:39 +00:00
nbd
7c52bc2d37
firewall: add sanity checks to zone default rules (patch from #5459 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-24 21:59:16 +00:00
nbd
85df8e3708
update dnsmasq to 2.50 ( #5784 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17711 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-24 21:42:36 +00:00
nbd
861bd34e1b
madwifi: fix bugs in the calibration triggers
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17691 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23 17:30:03 +00:00
nbd
35d33ee673
madwifi: fix a theoretical tx buffer leak
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17690 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23 13:33:06 +00:00
nbd
93d042b356
madwifi: fix beacon slot handling and add support for more than 4 vaps (useful for wds per-sta interfaces)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17689 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23 13:32:56 +00:00
nbd
0ef8b98c7e
madwifi: fix sta mode reconnect when roaming between different aps of the same essid
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23 13:32:38 +00:00
nbd
2562cde3ef
madwifi: fix maximum txpower display
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17687 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23 13:32:22 +00:00
nico
6a36104faa
[toolchain] add external toolchain support, enhance native toolchain support (special thanks to Luigi Mantellini for his help... and patience ;)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23 02:27:38 +00:00
jow
2c756a3dcc
[package] [docs] implement doth (802.11h) and wmm (802.11e) options for broadcom as well; update docs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17676 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-22 16:17:05 +00:00
nico
1eb016da89
[cosmetic] accommodate for 5 digits svn revisions :)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-22 03:05:45 +00:00
nbd
f0c31da5a2
mtd: fix wrong open() return code checks
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-21 19:13:34 +00:00
nbd
f7ab86197a
Add default /etc/dnsmasq.conf
...
dnsmasq allows adding of arbitrary SRV/PTR/TXT/CNAME records.
However, those options sometimes can not be passed as
command-line arguments due to excess length. This patch tries to
solve this problem:
1. Provide /etc/dnsmasq.conf file with comments about adding
SRV/PTR/TXT/CNAME records.
2. Add this file to conffiles list so it is preserver during
backup/restore or system upgrade.
If someone needs a lot of custom records, default configuration
file can be edited. Since manual pages and documentation is not
installed, provided comments should be enough to figure out
option syntax.
Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-21 13:25:11 +00:00
nbd
2d32ced174
mtd: bump release
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17661 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-21 11:19:08 +00:00
nbd
2c2e02d729
mtd: update copyright headers
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17660 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-21 10:09:02 +00:00
nbd
3a0a80e129
mtd: add support for rewriting the fis table layout on redboot based systems
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-21 09:58:41 +00:00
nbd
ac7068d7d7
base-files: fix conffiles entry check (patch from #2425 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17618 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-19 23:04:34 +00:00
nbd
9af7cd4561
opkg: fix the -force_space option
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17611 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-19 17:32:59 +00:00
nbd
5949fd8b7c
dnsmasq startup script update: add notinterface parameter
...
This tiny patch makes the dnsmasq init.d script listen to a parameter called "notinterface", which tells dnsmasq to not listen on a defined set of interfaces.
By default dnsmasq *always* listens on the loopback interface, even if you tell it to specifically listen on a certain other interface. Sometimes this is not desirable behaviour, so you might want to turn it off. This is useful when, for example, you want to have your own DNS server listening on the loopback interface.
Signed-off-by: Johnny Halfmoon <jhalfmoon at milksnot.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-16 18:15:31 +00:00
jow
9a624fb1b7
[package] swconfig: clear ip address on the switch interface, this prevents duplicate assignments of 192.168.1.1 on the DIR-300 at least
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-16 14:23:01 +00:00
jow
9fbe9e1ad0
[package] base-files: clear ip addresses on interfaces that are about to be added to a bridge
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17596 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-16 14:21:19 +00:00
nbd
dc6188fb0e
madwifi: fix iwconfig tx power display
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-16 12:02:10 +00:00
agb
e57f13704f
[package] madwifi: bump package revision
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17589 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-15 10:19:32 +00:00
jow
b8df1b4c80
[package] base-files: dispatch ifdown events for proto=none interfaces and fix a race condition between revert state and hotplug handlers
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-14 16:14:27 +00:00
jow
0228176586
[package] firewall: move the config_get out of the loop, no need to call it multiple times
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-14 15:18:48 +00:00
jow
f71b9d11f6
[package] firewall: properly dispatch delif events if the network has a different name then the corresponding zone
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-14 14:47:43 +00:00
nbd
7b5f9bb12a
madwifi: fix a wds related race condition
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-14 10:45:34 +00:00
nbd
3713427395
madwifi: remove an unimportant part of the ibss node handling fix, which led to a regression in ap-to-ap wds operation
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17576 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-14 10:40:23 +00:00
jow
286159df02
[package] base-files: add /etc/rc.local to the default save file list
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-12 15:57:31 +00:00
jow
f4a0466de8
[package] base-files: introduce a ready-to-use /etc/rc.local to let users run custom commands on init without creating custom init scripts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17571 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-11 21:35:03 +00:00
agb
fcf2c28149
[package] bump some revisions and update copyrights
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10 10:07:04 +00:00
nbd
bb4f8e0b26
madwifi: replace an implicit memcpy with an explicit one (cosmetic fix)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17546 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-09 00:30:36 +00:00
nbd
d7b870eaa3
madwifi: fix several noderef and ibss merge issues that led to memory leaks and high system load
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17545 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-09 00:17:13 +00:00
nbd
7f2d4d8bb1
Revert "fix nonhotpluggable networks not being brought up. Closes #2781 " (r17527) until we've solved the race conditions it creates
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17544 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-09 00:16:55 +00:00
juhosg
a4119793ba
package/mac80211: add menuconfig option for enabling debug support via debugfs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-08 07:32:08 +00:00
nbd
0068b99917
move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all other ppp based protocols as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17529 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-06 17:36:01 +00:00
nbd
db11e2abd1
now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the board name around in kmod-* package versions anymore
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-06 17:26:37 +00:00
thepeople
943fc97fb0
fix nonhotpluggable networks not being brought up. Closes #2781
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17527 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-06 17:02:14 +00:00
nbd
e04d6b1f56
fix jffs2 eof marker search in mtd (patch by Daniel Dickinson)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17522 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-05 23:38:51 +00:00
juhosg
e325b77df1
package/base-files: set state to 'preinit' before preinit.arch is used, and set state to 'failsafe' when entering failsafe mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-05 18:44:48 +00:00
nbd
7252622410
Revert "add ifup -a to boot(), closes #4543 #2781 " (r17515)
...
Hotpluggable interfaces are already brought up before /etc/init.d/network boot
and this change can break them, if the ifup -a command runs at the wrong time,
also starts many interfaces twice, which can lead to issues with PPPoE.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-05 13:05:59 +00:00
thepeople
412b70da5e
add ifup -a to boot(), closes #4543 #2781
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-05 05:33:23 +00:00
thepeople
a7ad6546ea
extend logging functions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17514 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-04 21:09:13 +00:00
nbd
3ff4f7ce16
madwifi: add a configuration for uapsd (unscheduled automatic powersave delivery), turn it off by default because of compatibility issues with nokia phones
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17510 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-03 19:31:48 +00:00
florian
e5e3afbd5a
[package] udevtrigger depends on 2.6 kernels
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17509 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-03 18:49:47 +00:00
florian
9372ff9d8f
[package] update hotplug2 to r199, fixes build failures on brcm-2.4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17508 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-03 18:33:52 +00:00
florian
15a349aa5e
[package] udev depends on 2.6, cleanup Makefile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-03 18:11:32 +00:00
nbd
8060daacd7
preinit: fix failsafe mode through ctrl+c on devices that do not provide a preinit.arch file
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17470 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-02 15:14:53 +00:00
nbd
e31fe7691a
wprobe: fix compile error because of missing isnan()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-02 12:55:26 +00:00
hauke
b649b98733
[mac80211] fix module loading with kernel 2.6.27
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17457 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-01 14:53:35 +00:00
nbd
237a5a2c34
uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was not exported by default. use it instead of libc_pic.a
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-29 11:56:27 +00:00
nbd
dc91a5dcef
allow mklibs.py to optimize libgcc_s.so.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-29 03:51:43 +00:00
nbd
f092ffba27
fix wrong kernel version based nls dependency
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-28 16:26:53 +00:00
nbd
da19ef2e31
add missing dependency for kmod-ntfs (patch from #5638 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-28 16:26:48 +00:00
nbd
4ce3adf848
Added identification of WRT610N and its button/led definitions.
...
Signed-off-by: Tomas Kopal <Tomas.Kopal@altap.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17434 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-28 15:03:36 +00:00
nbd
5568c6cbfc
Added support for identifying the BCM53115 switch found in WRT610N.
...
Signed-off-by: Tomas Kopal <Tomas.Kopal@altap.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-28 14:20:37 +00:00
nbd
dc9b2994c5
madwifi: fix another unconverted netdev_ops issue
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17431 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-28 12:50:56 +00:00
florian
49d65e7058
[package] update e2fsprogs to 1.41.9, add support for ext4 ( #5748 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-27 09:16:54 +00:00
florian
8c720dfa92
add the in-tree gspca driver
...
Signed-off-by: David Cooper <dave at kupesoft.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-27 08:38:16 +00:00
nbd
d268e4037b
firewall: emit hotplug events for interface add/remove
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-26 22:46:24 +00:00
juhosg
dcbf352921
[package] iw: update to 0.9.17
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-26 15:29:54 +00:00
nbd
d51cb31e80
udevtrigger: replace the non-portable tar options used to prevent a namespace conflict with a change to PKG_BUILD_DIR. fixes build on non-gnu systems
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17393 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 23:22:32 +00:00
nbd
38fc40e0c5
move /bin/swconfig to /sbin
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 22:05:49 +00:00
geoff
07ef852b5f
udev: Update udev package from udev-106 to udev-142
...
Update the init scripts have to use udevadm where appropriate.
The udev package no longer provides separate udev utilities
like udevtrigger and udevsettle. These have been incorporated
into the udev admin program udevadm.
Replace the udevextras sub package with config options to the udev
package.
Update the preinit script to check for '/lib/udev/devices', and
copy it to '/dev/ if it is found, then to conditionaly setup
/dev the old way with mknod etc. Udev now recommends using
the directory '/lib/udev/devices' to initialize the '/dev'
directory at startup.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:19:26 +00:00
geoff
41038d4cb5
udevtrigger: Breakout udevtrigger package
...
Current versions of udev no longer provide the separate udevtrigger
utility that hotplug2 needs. To allow for the udev package to
be updated, yet still provide a udevtrigger, create a new package
udevtrigger that is built from old udev sources.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:16:07 +00:00
geoff
5c44908930
kexec-tools: Remove the unused file kexec.sh
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17376 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:13:39 +00:00
geoff
4e26585759
kexec-tools: Make link /sbin/kexec for compatability with other distros
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:12:41 +00:00
geoff
9b89b041e1
kexec-tools: Make build of kdump optional
...
Most systems won't need kdump, so make its build optional.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:11:46 +00:00
geoff
51034418fa
kexec-tools: Minor makefile line end fixes
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:08:35 +00:00
geoff
5236da1813
kexec-tools: Add libtool PKG_FIXUP
...
libtool is needed to build kexec-tools.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:07:36 +00:00
geoff
9385085bcc
kexec-tools: Update package to version 2.0.1
...
Update package from kexec-tools-2.0.0 to kexec-tools-2.0.1.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17371 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:06:26 +00:00
nbd
673e9cd6ee
fix pdc20xx compile for linux 2.6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17359 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 00:52:00 +00:00
nbd
1db366eab8
brcm-2.4: fix ide disk detection on the wl-hdd
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-23 23:56:19 +00:00
nbd
ef51dee11c
libpcap: fix kernel version check
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-21 22:32:14 +00:00
nbd
5f49859ae2
busybox: adjust default config for nommu targets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-21 22:32:09 +00:00
nbd
1a4a2b5ae7
mac80211: fix a race condition in the cfg80211 scanning code (thx, johill)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 18:49:12 +00:00
nbd
f6b146de59
b43: disable pio and pcmcia support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 17:32:52 +00:00
nbd
1bf4b50562
mac80211: reorganize compat code to make cfg80211 load without usb
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 17:25:33 +00:00
nbd
e4fd841854
fix a typo in the compat-wireless build speedup patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 17:06:51 +00:00
nbd
90379b9c68
mac80211: disable b43 lp-phy support for now
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 16:56:36 +00:00
nbd
bf03013c03
mac80211: speed up build by reducing the makefile shell calls, fix forced disable of rfkill
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 16:52:46 +00:00