openwrt.git
16 years agoturn SUSv3 legacy macros into inline functions to avoid crazy build breakage in multi...
nbd [Sun, 30 Dec 2007 00:06:12 +0000 (00:06 +0000)]
turn SUSv3 legacy macros into inline functions to avoid crazy build breakage in multiple packages

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

16 years agofix a horrible memleak in ipkg (#2702)
nbd [Sat, 29 Dec 2007 23:34:27 +0000 (23:34 +0000)]
fix a horrible memleak in ipkg (#2702)

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

16 years agoreplace cflags hacks with the correct solution
nbd [Sat, 29 Dec 2007 20:31:48 +0000 (20:31 +0000)]
replace cflags hacks with the correct solution

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

16 years agofix keynote compile
nbd [Sat, 29 Dec 2007 19:19:22 +0000 (19:19 +0000)]
fix keynote compile

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

16 years agoadd hacks for compiling ipsec-tools with the new uclibc
nbd [Sat, 29 Dec 2007 19:09:36 +0000 (19:09 +0000)]
add hacks for compiling ipsec-tools with the new uclibc

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

16 years agoenable gnu glob in uclibc
nbd [Sat, 29 Dec 2007 19:07:58 +0000 (19:07 +0000)]
enable gnu glob in uclibc

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

16 years agofix a build warning in libnl
nbd [Sat, 29 Dec 2007 18:10:16 +0000 (18:10 +0000)]
fix a build warning in libnl

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

16 years agounconditionally enable c99 math support in uclibc - many packages need it
nbd [Sat, 29 Dec 2007 18:07:56 +0000 (18:07 +0000)]
unconditionally enable c99 math support in uclibc - many packages need it

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

16 years agoixp4xx: Added missing config entries to allow build to continue
rwhitby [Sat, 29 Dec 2007 06:48:06 +0000 (06:48 +0000)]
ixp4xx: Added missing config entries to allow build to continue

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

16 years agofix comgt compile error caused by the uclibc upgrade
nbd [Sat, 29 Dec 2007 00:50:40 +0000 (00:50 +0000)]
fix comgt compile error caused by the uclibc upgrade

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

16 years agoupdate x86 uclibc configs
nbd [Sat, 29 Dec 2007 00:50:35 +0000 (00:50 +0000)]
update x86 uclibc configs

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

16 years ago * upgrade ixp4xx to 2.6.23.12
kaloz [Fri, 28 Dec 2007 21:00:01 +0000 (21:00 +0000)]
 * 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)

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

16 years agouse softfloat and GNU EABI on the IOP, too
kaloz [Fri, 28 Dec 2007 20:22:06 +0000 (20:22 +0000)]
use softfloat and GNU EABI on the IOP, too

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

16 years agotag etrax broken with the new uClibc
kaloz [Fri, 28 Dec 2007 20:16:14 +0000 (20:16 +0000)]
tag etrax broken with the new uClibc

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

16 years agomove ARM to the GNU EABI
kaloz [Fri, 28 Dec 2007 20:13:15 +0000 (20:13 +0000)]
move ARM to the GNU EABI

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

16 years agoturn off FPU emulation on ARM and PowerPC - we are on softfloat now
kaloz [Fri, 28 Dec 2007 20:08:54 +0000 (20:08 +0000)]
turn off FPU emulation on ARM and PowerPC - we are on softfloat now

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

16 years agouse soft float by default on arm and powerpc
kaloz [Fri, 28 Dec 2007 20:03:00 +0000 (20:03 +0000)]
use soft float by default on arm and powerpc

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

16 years agoupgrade to uClibc 0.9.29 - break binary compatibility #1
kaloz [Fri, 28 Dec 2007 19:51:24 +0000 (19:51 +0000)]
upgrade to uClibc 0.9.29 - break binary compatibility #1

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

16 years ago[adm5120] fix Conceptronic profile
juhosg [Fri, 28 Dec 2007 19:26:35 +0000 (19:26 +0000)]
[adm5120] fix Conceptronic profile

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

16 years agowe don't use Atmel version numbers
kaloz [Fri, 28 Dec 2007 18:44:28 +0000 (18:44 +0000)]
we don't use Atmel version numbers

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

16 years agoadd another softfloat patch
kaloz [Fri, 28 Dec 2007 18:32:14 +0000 (18:32 +0000)]
add another softfloat patch

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

16 years agoupdate AVR32 binutils patches
kaloz [Fri, 28 Dec 2007 18:26:50 +0000 (18:26 +0000)]
update AVR32 binutils patches

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

16 years agoupdate binutils autoconf scripts, too
kaloz [Fri, 28 Dec 2007 18:13:08 +0000 (18:13 +0000)]
update binutils autoconf scripts, too

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

16 years agofixup softfloat handling
kaloz [Fri, 28 Dec 2007 18:06:47 +0000 (18:06 +0000)]
fixup softfloat handling

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

16 years agoAdd support for Conceptronic C54BSR4
florian [Fri, 28 Dec 2007 17:48:39 +0000 (17:48 +0000)]
Add support for Conceptronic C54BSR4

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

16 years agodocument the feeds system
nbd [Fri, 28 Dec 2007 17:04:38 +0000 (17:04 +0000)]
document the feeds system

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

16 years agoupdate build directory paths
nbd [Fri, 28 Dec 2007 17:04:34 +0000 (17:04 +0000)]
update build directory paths

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

16 years agoupdate target names
nbd [Fri, 28 Dec 2007 17:04:26 +0000 (17:04 +0000)]
update target names

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

16 years agoremove some obsolete stuff
nbd [Fri, 28 Dec 2007 17:04:22 +0000 (17:04 +0000)]
remove some obsolete stuff

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

16 years agoremove old 'Submitting patches' text
nbd [Fri, 28 Dec 2007 17:04:17 +0000 (17:04 +0000)]
remove old 'Submitting patches' text

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

16 years agoadd SubmittingPatches document to docs/
nbd [Fri, 28 Dec 2007 17:04:10 +0000 (17:04 +0000)]
add SubmittingPatches document to docs/

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

16 years agoSTART is no longer optional for /etc/rc.common based init scripts
nbd [Fri, 28 Dec 2007 17:04:00 +0000 (17:04 +0000)]
START is no longer optional for /etc/rc.common based init scripts

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

16 years agodocument Build/UninstallDev
nbd [Fri, 28 Dec 2007 17:03:56 +0000 (17:03 +0000)]
document Build/UninstallDev

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

16 years agodocument Build/InstallDev
nbd [Fri, 28 Dec 2007 17:03:48 +0000 (17:03 +0000)]
document Build/InstallDev

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

16 years agoadd .gitignore for docs/
nbd [Fri, 28 Dec 2007 17:03:30 +0000 (17:03 +0000)]
add .gitignore for docs/

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

16 years agoremove old feeds stuff
nbd [Fri, 28 Dec 2007 17:03:07 +0000 (17:03 +0000)]
remove old feeds stuff

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

16 years agouse scripts/feeds instead of scripts/feeds.sh for package/symlinks
nbd [Fri, 28 Dec 2007 17:01:32 +0000 (17:01 +0000)]
use scripts/feeds instead of scripts/feeds.sh for package/symlinks

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

16 years agopatch Makefile.am for GLOBAL_LIBDIR as well
nbd [Fri, 28 Dec 2007 16:48:15 +0000 (16:48 +0000)]
patch Makefile.am for GLOBAL_LIBDIR as well

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

16 years agoadd cpio.gz support (patch from #2595)
nbd [Fri, 28 Dec 2007 15:46:01 +0000 (15:46 +0000)]
add cpio.gz support (patch from #2595)

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

16 years agoadd cf2nand fixes from #2892
nbd [Fri, 28 Dec 2007 15:40:44 +0000 (15:40 +0000)]
add cf2nand fixes from #2892

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

16 years agoadded extra product id to adamflash, signed of by <Andrew Ruthven <andrew@etc.gen.nz>
blogic [Fri, 28 Dec 2007 12:39:09 +0000 (12:39 +0000)]
added extra product id to adamflash, signed of by <Andrew Ruthven <andrew@etc.gen.nz>

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

16 years agoixp4xx: Minor bump of kernel to 2.6.21.7
rwhitby [Fri, 28 Dec 2007 09:38:10 +0000 (09:38 +0000)]
ixp4xx: Minor bump of kernel to 2.6.21.7

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

16 years agoResync kernel configuration for amcc
florian [Thu, 27 Dec 2007 23:26:47 +0000 (23:26 +0000)]
Resync kernel configuration for amcc

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

16 years agoAdd the adam2 fritzbox flasher (#799)
florian [Thu, 27 Dec 2007 22:52:06 +0000 (22:52 +0000)]
Add the adam2 fritzbox flasher (#799)

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

16 years ago[adm5120] refresh kernel config
juhosg [Thu, 27 Dec 2007 16:49:03 +0000 (16:49 +0000)]
[adm5120] refresh kernel config

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

16 years ago[adm5120] use reset function on the NP28G boards
juhosg [Thu, 27 Dec 2007 15:10:56 +0000 (15:10 +0000)]
[adm5120] use reset function on the NP28G boards

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

16 years ago[adm5120] change switch register access macros
juhosg [Thu, 27 Dec 2007 14:58:48 +0000 (14:58 +0000)]
[adm5120] change switch register access macros

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

16 years ago[adm5120] add watchdog driver
juhosg [Thu, 27 Dec 2007 14:40:03 +0000 (14:40 +0000)]
[adm5120] add watchdog driver

Here is the driver for the hardware watchdog timer
in ADM5120 SoC. Patch is against current svn Kamikaze.

Here is only kernel driver. To activate watchdog you have
to use some userspace software writing to watchdog
device. I think there is one in busybox.

Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9961 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agomove libltdl to the right directory in staging_dir
nbd [Thu, 27 Dec 2007 12:35:03 +0000 (12:35 +0000)]
move libltdl to the right directory in staging_dir

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

16 years agoadd twinpass detection to ifxmips
blogic [Thu, 27 Dec 2007 11:53:52 +0000 (11:53 +0000)]
add twinpass detection to ifxmips

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

16 years agoexpunge find GNUism
agb [Thu, 27 Dec 2007 11:31:27 +0000 (11:31 +0000)]
expunge find GNUism

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

16 years agofixed b43-fwcutter compile on osx 10.5
agb [Thu, 27 Dec 2007 11:31:21 +0000 (11:31 +0000)]
fixed b43-fwcutter compile on osx 10.5

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

16 years agofix libtool md5sum
nbd [Thu, 27 Dec 2007 10:46:03 +0000 (10:46 +0000)]
fix libtool md5sum

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

16 years agofix libtoolize/autoconf/automake
nbd [Thu, 27 Dec 2007 02:11:14 +0000 (02:11 +0000)]
fix libtoolize/autoconf/automake

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

16 years agofix libtool version checks in some configure scripts
nbd [Thu, 27 Dec 2007 02:11:11 +0000 (02:11 +0000)]
fix libtool version checks in some configure scripts

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

16 years agoadd improved autotools fixups
nbd [Thu, 27 Dec 2007 02:11:07 +0000 (02:11 +0000)]
add improved autotools fixups

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

16 years agoupgrade libtool, add fixes for libdir searching, fix up paths to .la files
nbd [Thu, 27 Dec 2007 02:11:03 +0000 (02:11 +0000)]
upgrade libtool, add fixes for libdir searching, fix up paths to .la files

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

16 years agoremove stale reference to tools/libtool
nbd [Thu, 27 Dec 2007 02:10:58 +0000 (02:10 +0000)]
remove stale reference to tools/libtool

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

16 years agoadd $(STAGING_DIR)/host, which contains target specific, but host executable files
nbd [Thu, 27 Dec 2007 02:10:54 +0000 (02:10 +0000)]
add $(STAGING_DIR)/host, which contains target specific, but host executable files

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

16 years agoadd a configurable prefix for ./configure
nbd [Thu, 27 Dec 2007 02:10:50 +0000 (02:10 +0000)]
add a configurable prefix for ./configure

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

16 years agomove libtool out of tools/, seems like we need a per-target libtool
nbd [Thu, 27 Dec 2007 02:10:23 +0000 (02:10 +0000)]
move libtool out of tools/, seems like we need a per-target libtool

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

16 years agoadd selection of console driver for ifxmips
blogic [Wed, 26 Dec 2007 22:47:45 +0000 (22:47 +0000)]
add selection of console driver for ifxmips

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

16 years agoDisabling use of libintl in kernel-headers.
agb [Wed, 26 Dec 2007 22:22:02 +0000 (22:22 +0000)]
Disabling use of libintl in kernel-headers.

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

16 years agoDisabling use of libintl in kconfig.
agb [Wed, 26 Dec 2007 22:21:56 +0000 (22:21 +0000)]
Disabling use of libintl in kconfig.

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

16 years ago[adm5120] fix compiler warning
juhosg [Wed, 26 Dec 2007 20:55:18 +0000 (20:55 +0000)]
[adm5120] fix compiler warning

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

16 years agouse printf instead of echo
agb [Wed, 26 Dec 2007 20:54:39 +0000 (20:54 +0000)]
use printf instead of echo

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

16 years agofixes ifxmips wdt driver
blogic [Wed, 26 Dec 2007 19:52:33 +0000 (19:52 +0000)]
fixes ifxmips wdt driver

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

16 years agosoftfloat should be available on armeb, but not on mips until the kernel fpu emulatio...
kaloz [Wed, 26 Dec 2007 19:36:34 +0000 (19:36 +0000)]
softfloat should be available on armeb, but not on mips until the kernel fpu emulation can be disabled

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

16 years agoremove functions that was moved to board.c
blogic [Wed, 26 Dec 2007 17:20:31 +0000 (17:20 +0000)]
remove functions that was moved to board.c

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

16 years agomake ifxmips use a net bridge
blogic [Tue, 25 Dec 2007 13:44:39 +0000 (13:44 +0000)]
make ifxmips use a net bridge

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

16 years agoturned ifxmips mtd driver into a platform device
blogic [Tue, 25 Dec 2007 13:26:41 +0000 (13:26 +0000)]
turned ifxmips mtd driver into a platform device

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

16 years ago added framework for chip detection on the ifxmips
blogic [Tue, 25 Dec 2007 13:11:07 +0000 (13:11 +0000)]
 added framework for chip detection on the ifxmips

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

16 years agoadded ifxmips reset button to default config options
blogic [Tue, 25 Dec 2007 13:10:47 +0000 (13:10 +0000)]
added ifxmips reset button to default config options

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

16 years agomake ifxmips mii0 a platform device
blogic [Tue, 25 Dec 2007 12:38:15 +0000 (12:38 +0000)]
make ifxmips mii0 a platform device

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

16 years agomake ifxmips gpio a platform device
blogic [Tue, 25 Dec 2007 12:18:42 +0000 (12:18 +0000)]
make ifxmips gpio a platform device

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

16 years agomake ifxmips able to handle platform devices
blogic [Tue, 25 Dec 2007 12:04:52 +0000 (12:04 +0000)]
make ifxmips able to handle platform devices

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

16 years agomake ifxmips led driver a platform device
blogic [Tue, 25 Dec 2007 12:04:08 +0000 (12:04 +0000)]
make ifxmips led driver a platform device

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

16 years agofix a compile error in libnl
nbd [Tue, 25 Dec 2007 02:37:23 +0000 (02:37 +0000)]
fix a compile error in libnl

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

16 years agoclean up after staging packages
nbd [Tue, 25 Dec 2007 02:19:48 +0000 (02:19 +0000)]
clean up after staging packages

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

16 years agoremove uninstalldev templates (no longer necessary)
nbd [Tue, 25 Dec 2007 01:40:47 +0000 (01:40 +0000)]
remove uninstalldev templates (no longer necessary)

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

16 years agoadd automatic file tracking and uninstallation for files installed in $(STAGING_DIR...
nbd [Tue, 25 Dec 2007 01:39:15 +0000 (01:39 +0000)]
add automatic file tracking and uninstallation for files installed in $(STAGING_DIR) and $(STAGING_DIR_HOST)

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

16 years agoadd gpio fixes and reset button supportÂ
blogic [Tue, 25 Dec 2007 00:35:00 +0000 (00:35 +0000)]
add gpio fixes and reset button supportÂ

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

16 years agoadd libtool to tools/
nbd [Tue, 25 Dec 2007 00:27:36 +0000 (00:27 +0000)]
add libtool to tools/

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

16 years agoadd automake to tools/
nbd [Tue, 25 Dec 2007 00:27:32 +0000 (00:27 +0000)]
add automake to tools/

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

16 years agoadd ifx adsl tools
blogic [Mon, 24 Dec 2007 23:06:11 +0000 (23:06 +0000)]
add ifx adsl tools

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

16 years agorename tools/ext2fs to tools/genext2fs
nbd [Mon, 24 Dec 2007 23:02:02 +0000 (23:02 +0000)]
rename tools/ext2fs to tools/genext2fs

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

16 years agoadd ifxmips mei driver, untested and uncleaned
blogic [Mon, 24 Dec 2007 23:00:20 +0000 (23:00 +0000)]
add ifxmips mei driver, untested and uncleaned

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

16 years agoenable watchdog driver for rb532 by default
nbd [Mon, 24 Dec 2007 22:47:36 +0000 (22:47 +0000)]
enable watchdog driver for rb532 by default

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

16 years agowatchdog driver for RB 532
nbd [Mon, 24 Dec 2007 22:47:27 +0000 (22:47 +0000)]
watchdog driver for RB 532

Here is the driver for the hardware watchdog timer
integrated in RB 532 (as part of the SoC IDT 79RC32434).

File include/asm-mips/rc32434/integ.h is taken from
Mikrotik RB 532 kernel patch.

Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9896 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 years agoseveral fixes to ifxmips, getting ready for dsl driver merge
blogic [Mon, 24 Dec 2007 21:17:56 +0000 (21:17 +0000)]
several fixes to ifxmips, getting ready for dsl driver merge

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

16 years agoadd some RCU defines to ifxmips
blogic [Mon, 24 Dec 2007 21:05:55 +0000 (21:05 +0000)]
add some RCU defines to ifxmips

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

16 years agoadd some RCU defines to ifxmips
blogic [Mon, 24 Dec 2007 21:02:13 +0000 (21:02 +0000)]
add some RCU defines to ifxmips

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

16 years agoadded usb_oc int to ifmips header files
blogic [Mon, 24 Dec 2007 20:44:44 +0000 (20:44 +0000)]
added usb_oc int to ifmips header files

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

16 years agoadd ifxmips mei int define
blogic [Mon, 24 Dec 2007 20:07:13 +0000 (20:07 +0000)]
add ifxmips mei int define

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

16 years agoadd mei reg defines to ifxmips
blogic [Mon, 24 Dec 2007 14:31:49 +0000 (14:31 +0000)]
add mei reg defines to ifxmips

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

16 years agoadd mei to ifxmips's makefiles
blogic [Mon, 24 Dec 2007 14:08:30 +0000 (14:08 +0000)]
add mei to ifxmips's makefiles

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

16 years agofix typo
nbd [Sun, 23 Dec 2007 02:13:57 +0000 (02:13 +0000)]
fix typo

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

16 years agoadd profile specific base-files packages - does not work with the imagebuilder yet...
nbd [Sun, 23 Dec 2007 02:08:34 +0000 (02:08 +0000)]
add profile specific base-files packages - does not work with the imagebuilder yet, but will be fixed later

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

16 years agofix ext3 compile (broken by [9822])
nbd [Sun, 23 Dec 2007 01:40:06 +0000 (01:40 +0000)]
fix ext3 compile (broken by [9822])

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

16 years agoadd a second parameter to InstallDev/UninstallDev for specifying the path to STAGING_...
nbd [Sun, 23 Dec 2007 00:41:40 +0000 (00:41 +0000)]
add a second parameter to InstallDev/UninstallDev for specifying the path to STAGING_DIR_HOST

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