openwrt.git
16 years agoclean up recursive dependency handling, use timestamp.pl again, because it saves...
nbd [Thu, 30 Aug 2007 21:12:39 +0000 (21:12 +0000)]
clean up recursive dependency handling, use timestamp.pl again, because it saves memory and execution time

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8558 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoallow the kernel to provide own series files for specific subdirs
nbd [Thu, 30 Aug 2007 21:11:17 +0000 (21:11 +0000)]
allow the kernel to provide own series files for specific subdirs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8557 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix incorrect parameters
thepeople [Thu, 30 Aug 2007 17:18:04 +0000 (17:18 +0000)]
fix incorrect parameters

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8554 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoacx-mac80211: another bigendian fix
nico [Thu, 30 Aug 2007 16:59:41 +0000 (16:59 +0000)]
acx-mac80211: another bigendian fix

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8553 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix ifname in network state for pppoe and pptp, add a workaround for isps sending...
nbd [Thu, 30 Aug 2007 16:53:22 +0000 (16:53 +0000)]
fix ifname in network state for pppoe and pptp, add a workaround for isps sending wrong netmasks for pptp (thx, moonwatcher)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8552 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agort2x00 fixes after [8548]:
nico [Thu, 30 Aug 2007 16:41:16 +0000 (16:41 +0000)]
rt2x00 fixes after [8548]:
 * fix creating defines from kconfig
 * revert auto-inclusion of rt2x00_compat.h

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8551 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix typo closes #2289
thepeople [Thu, 30 Aug 2007 16:08:44 +0000 (16:08 +0000)]
fix typo closes #2289

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8550 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoadd high-speed usb serial fix from Junxion (closes: #2274)
nico [Thu, 30 Aug 2007 16:04:31 +0000 (16:04 +0000)]
add high-speed usb serial fix from Junxion (closes: #2274)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8549 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agort2x00 fixes (thanks to sn9):
nico [Thu, 30 Aug 2007 15:38:15 +0000 (15:38 +0000)]
rt2x00 fixes (thanks to sn9):
 * make build depends on in-kernel mac80211 support
 * rework kconfig handling
 * download firmware images into $(DL_DIR)
 * tweak source Makefile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8548 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agobcm43xx-mac80211 fixes:
nico [Thu, 30 Aug 2007 14:19:31 +0000 (14:19 +0000)]
bcm43xx-mac80211 fixes:
 * make build depends on in-kernel mac80211 support
 * rework kconfig hack

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8544 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoacx-mac80211 fixes:
nico [Thu, 30 Aug 2007 14:15:37 +0000 (14:15 +0000)]
acx-mac80211 fixes:
 * make Build/Compile conditionnal (only if in-kernel mac80211 is available)
 * add a release number

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8543 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agouse $(INSTALL_BIN) instead of $(CP)
nico [Thu, 30 Aug 2007 08:01:51 +0000 (08:01 +0000)]
use $(INSTALL_BIN) instead of $(CP)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8541 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agodnsmasq: extend the init script thanks Sedky
thepeople [Wed, 29 Aug 2007 18:40:52 +0000 (18:40 +0000)]
dnsmasq: extend the init script thanks Sedky

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8540 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoI have new e-mail address. Thanks to Kaloz ;)
juhosg [Wed, 29 Aug 2007 17:27:11 +0000 (17:27 +0000)]
I have new e-mail address. Thanks to Kaloz ;)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8538 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years ago[adm5120] simplified image file generation
juhosg [Wed, 29 Aug 2007 16:31:49 +0000 (16:31 +0000)]
[adm5120] simplified image file generation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8537 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoavoid rdep in the top level make process (subdir.mk) - it leaks too much memory and...
nbd [Wed, 29 Aug 2007 03:51:49 +0000 (03:51 +0000)]
avoid rdep in the top level make process (subdir.mk) - it leaks too much memory and increases the startup time for regular make commands. timestamp.pl is more lightweight here

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8533 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoadd acx-mac80211 (thanks to Matteo Croce)
nico [Tue, 28 Aug 2007 16:02:14 +0000 (16:02 +0000)]
add acx-mac80211 (thanks to Matteo Croce)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8531 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofonera-mp3: fix json-c dependency here as well
nico [Tue, 28 Aug 2007 15:11:42 +0000 (15:11 +0000)]
fonera-mp3: fix json-c dependency here as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8529 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agojson-c: fix package name, add UninstallDev
nico [Tue, 28 Aug 2007 15:09:21 +0000 (15:09 +0000)]
json-c: fix package name, add UninstallDev

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8528 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix pcmcia submenu (broken by [8520])
nico [Tue, 28 Aug 2007 12:51:46 +0000 (12:51 +0000)]
fix pcmcia submenu (broken by [8520])

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8524 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoAdd a PyMod template for python related modules
florian [Tue, 28 Aug 2007 12:41:39 +0000 (12:41 +0000)]
Add a PyMod template for python related modules

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8522 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agomore cosmetic fixes missed from [8250]
nico [Tue, 28 Aug 2007 12:33:43 +0000 (12:33 +0000)]
more cosmetic fixes missed from [8250]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8521 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agocosmetic fixes: rearrange KernelPackage definitions
nico [Tue, 28 Aug 2007 11:44:15 +0000 (11:44 +0000)]
cosmetic fixes: rearrange KernelPackage definitions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8520 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoremove useless definitions
nico [Tue, 28 Aug 2007 11:31:16 +0000 (11:31 +0000)]
remove useless definitions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8519 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix kmod-hermes-* dependencies
nico [Tue, 28 Aug 2007 11:24:49 +0000 (11:24 +0000)]
fix kmod-hermes-* dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8518 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoFix the CONFIG_LFS option (#2276)
florian [Tue, 28 Aug 2007 08:19:35 +0000 (08:19 +0000)]
Fix the CONFIG_LFS option (#2276)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8512 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoadded libjson-c. added driver, webinterface and userspace daemon for the
blogic [Mon, 27 Aug 2007 20:10:35 +0000 (20:10 +0000)]
added libjson-c. added driver, webinterface and userspace daemon for the
fonera mp3-hack

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8509 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoallow the user to override the underlying connection method when using pptp (defaults...
nbd [Mon, 27 Aug 2007 16:37:37 +0000 (16:37 +0000)]
allow the user to override the underlying connection method when using pptp (defaults to dhcp)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8508 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoFix the comment
florian [Mon, 27 Aug 2007 10:39:51 +0000 (10:39 +0000)]
Fix the comment

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8506 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoAdd a watchdog driver for rdc321x (needs testing) and try to detect the rdc cpu
florian [Mon, 27 Aug 2007 10:37:12 +0000 (10:37 +0000)]
Add a watchdog driver for rdc321x (needs testing) and try to detect the rdc cpu

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8505 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoMake the architecture gpio more readable
florian [Mon, 27 Aug 2007 10:36:29 +0000 (10:36 +0000)]
Make the architecture gpio more readable

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8504 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoFix the sdk generation with the new staging_dir layout
florian [Mon, 27 Aug 2007 10:31:12 +0000 (10:31 +0000)]
Fix the sdk generation with the new staging_dir layout

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8503 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agopackage/mac80211 fixes:
nico [Mon, 27 Aug 2007 02:23:59 +0000 (02:23 +0000)]
package/mac80211 fixes:
 * mark 2.6 only
 * only build if in-kernel mac80211 is available (i.e. the kernel is recent enough)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8502 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agopackage/rt2x00 fixes:
nico [Mon, 27 Aug 2007 02:09:02 +0000 (02:09 +0000)]
package/rt2x00 fixes:
 * mark 2.6 only
 * add a dependency on in-kernel mac80211

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8501 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agomark package/rt61 as 2.6 only
nico [Mon, 27 Aug 2007 02:07:15 +0000 (02:07 +0000)]
mark package/rt61 as 2.6 only

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8500 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agorevert [8473] (see [8055])
nico [Mon, 27 Aug 2007 02:04:35 +0000 (02:04 +0000)]
revert [8473] (see [8055])

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8499 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agopackage/util-linux fixes:
nico [Sun, 26 Aug 2007 23:33:28 +0000 (23:33 +0000)]
package/util-linux fixes:
 * don't use Build/Configure/Default since it is not an autoconf based package
 * fix opt flags passed more than once
 * move DEPENDS:=@!LINUX_2_6_ETRAX in shared Package/util-linux/Default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8498 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoifenslave fixes:
nico [Sun, 26 Aug 2007 22:40:09 +0000 (22:40 +0000)]
ifenslave fixes:
 * use KERNEL_BUILD_DIR for PKG_BUILD_DIR
 * no need to copy source, can compile from linux source directly

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8497 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoprevent ldconfig use in autoconf based packages
nico [Sun, 26 Aug 2007 18:34:24 +0000 (18:34 +0000)]
prevent ldconfig use in autoconf based packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8496 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoadd a '@KERNEL' download facility, tweak script
nico [Sun, 26 Aug 2007 18:21:24 +0000 (18:21 +0000)]
add a '@KERNEL' download facility, tweak script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8495 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoinclude kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is always...
nico [Sun, 26 Aug 2007 13:26:02 +0000 (13:26 +0000)]
include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is always available

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8494 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years ago[adm5120] make overriding of CPU features configurable, and enable it by default
juhosg [Sun, 26 Aug 2007 13:09:11 +0000 (13:09 +0000)]
[adm5120] make overriding of CPU features configurable, and enable it by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8493 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix typo (closes: #2275)
nico [Sun, 26 Aug 2007 13:00:27 +0000 (13:00 +0000)]
fix typo (closes: #2275)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8492 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agomove rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's defined...
nico [Sun, 26 Aug 2007 12:42:48 +0000 (12:42 +0000)]
move rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's defined only once

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8491 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix rt61 on big endian arch
nico [Sat, 25 Aug 2007 18:52:39 +0000 (18:52 +0000)]
fix rt61 on big endian arch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8487 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoe2fsprogs fixes:
nico [Sat, 25 Aug 2007 15:52:31 +0000 (15:52 +0000)]
e2fsprogs fixes:
 - don't bundle libblkid shared lib in e2fsprogs, add a dependency instead
 - remove references to host dev files in pkgconfig files
 - add Build/UninstallDev

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8486 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agomove KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is defined when...
nico [Sat, 25 Aug 2007 14:50:17 +0000 (14:50 +0000)]
move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is defined when dumping target infos

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8485 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoadd support for KernelPackage/*/description
nico [Sat, 25 Aug 2007 14:43:15 +0000 (14:43 +0000)]
add support for KernelPackage/*/description

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8484 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoworkaround for timer glitch on some boards
mbm [Sat, 25 Aug 2007 13:18:58 +0000 (13:18 +0000)]
workaround for timer glitch on some boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8483 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix wan configuration on wr850g v2/v3
mbm [Sat, 25 Aug 2007 12:27:01 +0000 (12:27 +0000)]
fix wan configuration on wr850g v2/v3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8482 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agomove ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk
nico [Sat, 25 Aug 2007 11:55:01 +0000 (11:55 +0000)]
move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8481 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years ago[adm5120] override CPU features
juhosg [Fri, 24 Aug 2007 19:34:25 +0000 (19:34 +0000)]
[adm5120] override CPU features

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8480 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix netfilter quota module
nico [Fri, 24 Aug 2007 12:23:52 +0000 (12:23 +0000)]
fix netfilter quota module

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8479 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoreplace xargs commands with $(XARGS)
nico [Fri, 24 Aug 2007 12:10:14 +0000 (12:10 +0000)]
replace xargs commands with $(XARGS)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8478 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agocombine the 3 find in a single one
nico [Fri, 24 Aug 2007 12:05:30 +0000 (12:05 +0000)]
combine the 3 find in a single one

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8477 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix rt2x00 build
nico [Fri, 24 Aug 2007 11:22:57 +0000 (11:22 +0000)]
fix rt2x00 build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8476 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agomark pcmcia-cs 2.4 only, fix dependency on kernel .config (closes: #2191)
nico [Fri, 24 Aug 2007 11:10:48 +0000 (11:10 +0000)]
mark pcmcia-cs 2.4 only, fix dependency on kernel .config (closes: #2191)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8475 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoBuild the quota module for 2.4 targets
florian [Thu, 23 Aug 2007 16:19:17 +0000 (16:19 +0000)]
Build the quota module for 2.4 targets

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8473 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoFix the error on the quota extension (#2080)
florian [Thu, 23 Aug 2007 16:14:17 +0000 (16:14 +0000)]
Fix the error on the quota extension (#2080)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8472 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoDisable multilib by default
florian [Thu, 23 Aug 2007 16:08:09 +0000 (16:08 +0000)]
Disable multilib by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8471 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoAdd the icplus phy patch, will be required for the r6040 driver later, thanks to...
florian [Thu, 23 Aug 2007 15:48:46 +0000 (15:48 +0000)]
Add the icplus phy patch, will be required for the r6040 driver later, thanks to Daniel Gimpelevich

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8470 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoChange the property to something more general
florian [Thu, 23 Aug 2007 15:47:23 +0000 (15:47 +0000)]
Change the property to something more general

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8469 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoAdd back physdev (#2216)
florian [Thu, 23 Aug 2007 15:21:22 +0000 (15:21 +0000)]
Add back physdev (#2216)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8466 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years ago[adm5120] disable VLANs for RB1xx boards (#2132)
juhosg [Wed, 22 Aug 2007 19:39:38 +0000 (19:39 +0000)]
[adm5120] disable VLANs for RB1xx boards (#2132)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8463 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agorename libtool macros, revert [8461], make install prefix configurable in libtool_fix...
nico [Wed, 22 Aug 2007 16:15:00 +0000 (16:15 +0000)]
rename libtool macros, revert [8461], make install prefix configurable in libtool_fixup_libdir

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8462 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoMake the libtool fix more dynamic
florian [Wed, 22 Aug 2007 09:13:42 +0000 (09:13 +0000)]
Make the libtool fix more dynamic

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8461 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoAdd kmod-ppp-synctty (#2231)
florian [Wed, 22 Aug 2007 08:31:49 +0000 (08:31 +0000)]
Add kmod-ppp-synctty (#2231)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8459 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoadd 2 helper macros to deal with libtool madness
nico [Tue, 21 Aug 2007 20:51:46 +0000 (20:51 +0000)]
add 2 helper macros to deal with libtool madness

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8457 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoadd sysupgrade script for config preserving system upgrades. only implemented for...
nbd [Tue, 21 Aug 2007 18:23:57 +0000 (18:23 +0000)]
add sysupgrade script for config preserving system upgrades. only implemented for x86-2.6 at the moment, but can be ported to other platforms easily

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8456 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agorename 'stampfiles' directory to 'stamp'
nico [Tue, 21 Aug 2007 18:07:55 +0000 (18:07 +0000)]
rename 'stampfiles' directory to 'stamp'

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8455 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoAdd the ipset missing file from #1970
florian [Tue, 21 Aug 2007 16:03:41 +0000 (16:03 +0000)]
Add the ipset missing file from #1970

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8454 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoDo it the other way 2.4 has no nls-base dependency 2.6 has (#2222)
florian [Tue, 21 Aug 2007 15:51:22 +0000 (15:51 +0000)]
Do it the other way 2.4 has no nls-base dependency 2.6 has (#2222)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8452 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoMove to 2.6.22.4
florian [Tue, 21 Aug 2007 10:06:01 +0000 (10:06 +0000)]
Move to 2.6.22.4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8451 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoAdd usb-keyspan modules (#2229)
florian [Tue, 21 Aug 2007 09:42:25 +0000 (09:42 +0000)]
Add usb-keyspan modules (#2229)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8450 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoCompile crc itu-t as a module
florian [Tue, 21 Aug 2007 09:34:02 +0000 (09:34 +0000)]
Compile crc itu-t as a module

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8449 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoFix rt2x00 dependencies (#2223)
florian [Tue, 21 Aug 2007 09:33:46 +0000 (09:33 +0000)]
Fix rt2x00 dependencies (#2223)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8448 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agooops. forgot one file
nbd [Mon, 20 Aug 2007 21:27:29 +0000 (21:27 +0000)]
oops. forgot one file

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8445 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agocleanup mtd, implement jffs2write - one step closer to config preserving system upgrades
nbd [Mon, 20 Aug 2007 16:12:24 +0000 (16:12 +0000)]
cleanup mtd, implement jffs2write - one step closer to config preserving system upgrades

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8444 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoadd 'mtd refresh' command
nbd [Sun, 19 Aug 2007 21:53:44 +0000 (21:53 +0000)]
add 'mtd refresh' command

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8439 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoadd refresh ioctl to mtd (for rescanning partitions after reflash)
nbd [Sun, 19 Aug 2007 21:53:17 +0000 (21:53 +0000)]
add refresh ioctl to mtd (for rescanning partitions after reflash)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8438 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoUse a more explicit variable name for the number of dhcp leases (#2240)
florian [Sun, 19 Aug 2007 20:50:52 +0000 (20:50 +0000)]
Use a more explicit variable name for the number of dhcp leases (#2240)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8437 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agodisable CONFIG_EMBEDDED for x86-2.6, enable KALLSYMS
nbd [Sun, 19 Aug 2007 10:58:32 +0000 (10:58 +0000)]
disable CONFIG_EMBEDDED for x86-2.6, enable KALLSYMS

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8432 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years ago[adm5120] fix ethernet port mapping of the RB133
juhosg [Sun, 19 Aug 2007 10:52:19 +0000 (10:52 +0000)]
[adm5120] fix ethernet port mapping of the RB133

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8431 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agodisable romfs, nothing uses it
nbd [Sun, 19 Aug 2007 10:01:17 +0000 (10:01 +0000)]
disable romfs, nothing uses it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8430 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoadd back STAGING_DIR/usr/bin to TARGET_PATH until all library packages that install...
nico [Sun, 19 Aug 2007 06:41:38 +0000 (06:41 +0000)]
add back STAGING_DIR/usr/bin to TARGET_PATH until all library packages that install *-config scripts there are fixed

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8429 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoipsec-tools update and fixes:
nico [Sun, 19 Aug 2007 06:32:34 +0000 (06:32 +0000)]
ipsec-tools update and fixes:
 * update to 0.6.7 (fixes DoS: CVE-2007-1841)
 * enable hybrid auth and disable shadow support (closes: #2220)
 * fix config file (closes: #2219)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8428 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix an off-by-one error
nbd [Sun, 19 Aug 2007 01:06:26 +0000 (01:06 +0000)]
fix an off-by-one error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8427 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoupdate sangam-atm driver to 07.02.01.00 (closes: #2177, thanks to Matteo Croce)
nico [Sat, 18 Aug 2007 17:34:50 +0000 (17:34 +0000)]
update sangam-atm driver to 07.02.01.00 (closes: #2177, thanks to Matteo Croce)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8426 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agocosmetic fix: properly indent source
nico [Sat, 18 Aug 2007 17:02:26 +0000 (17:02 +0000)]
cosmetic fix: properly indent source

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8425 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoenable use of 8M flash (closes: #2232)
nico [Sat, 18 Aug 2007 16:53:26 +0000 (16:53 +0000)]
enable use of 8M flash (closes: #2232)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8424 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix vlynq initialization (closes: #2135)
nico [Sat, 18 Aug 2007 15:40:31 +0000 (15:40 +0000)]
fix vlynq initialization (closes: #2135)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8423 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoupdate ar7 config, disable watchdog for now (closes: #2146)
nico [Sat, 18 Aug 2007 15:33:21 +0000 (15:33 +0000)]
update ar7 config, disable watchdog for now (closes: #2146)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8422 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoremove useless code from board support (closes: #2164, thanks to Matteo Croce)
nico [Sat, 18 Aug 2007 14:50:00 +0000 (14:50 +0000)]
remove useless code from board support (closes: #2164, thanks to Matteo Croce)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8421 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agopcmcia kmod package fixes for au1000
nbd [Thu, 16 Aug 2007 18:14:34 +0000 (18:14 +0000)]
pcmcia kmod package fixes for au1000

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8420 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agorevert [8415], seems to be causing problems for the kernel build
nbd [Thu, 16 Aug 2007 13:44:57 +0000 (13:44 +0000)]
revert [8415], seems to be causing problems for the kernel build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8418 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoadd missing dependency (#2237)
nbd [Thu, 16 Aug 2007 13:34:29 +0000 (13:34 +0000)]
add missing dependency (#2237)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8417 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agofix kmod-hostap compile
nbd [Wed, 15 Aug 2007 23:33:55 +0000 (23:33 +0000)]
fix kmod-hostap compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8416 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoalways include kernel config for kernel packages
nbd [Wed, 15 Aug 2007 23:33:37 +0000 (23:33 +0000)]
always include kernel config for kernel packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8415 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoFix rt2x00 kernel config reading
florian [Tue, 14 Aug 2007 09:55:12 +0000 (09:55 +0000)]
Fix rt2x00 kernel config reading

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8413 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoFix image builder generation (#2213)
florian [Tue, 14 Aug 2007 09:47:29 +0000 (09:47 +0000)]
Fix image builder generation (#2213)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8412 3c298f89-4303-0410-b956-a3cf2f4a3e73