openwrt/staging/mkresin.git
17 years agoadd documentation for /etc/config/wireless and improve formatting
Felix Fietkau [Mon, 16 Oct 2006 02:38:08 +0000 (02:38 +0000)]
add documentation for /etc/config/wireless and improve formatting

SVN-Revision: 5149

17 years agosync whiterussian download.pl with trunk, allow the user to specify additional wget...
Felix Fietkau [Mon, 16 Oct 2006 00:24:43 +0000 (00:24 +0000)]
sync whiterussian download.pl with trunk, allow the user to specify additional wget options by using the WGET_OPTIONS env var

SVN-Revision: 5144

17 years agoAdd ralink rt61 driver needed for rdc-2.6 target
Florian Fainelli [Sun, 15 Oct 2006 23:44:12 +0000 (23:44 +0000)]
Add ralink rt61 driver needed for rdc-2.6 target

SVN-Revision: 5142

17 years agoDrop changes to mm/fault.c prevents from seeing kernel oops while restarting the...
Florian Fainelli [Sun, 15 Oct 2006 23:41:00 +0000 (23:41 +0000)]
Drop changes to mm/fault.c prevents from seeing kernel oops while restarting the board automatically

SVN-Revision: 5141

17 years agoadd some documentation for the init scripts
Felix Fietkau [Sun, 15 Oct 2006 23:37:53 +0000 (23:37 +0000)]
add some documentation for the init scripts

SVN-Revision: 5140

17 years agoUpdated kernel config
Florian Fainelli [Sun, 15 Oct 2006 23:36:43 +0000 (23:36 +0000)]
Updated kernel config

SVN-Revision: 5139

17 years agoMerge preliminary rdc-2.6 support (Airlink101 AR525W)
Florian Fainelli [Sun, 15 Oct 2006 23:34:22 +0000 (23:34 +0000)]
Merge preliminary rdc-2.6 support (Airlink101 AR525W)

SVN-Revision: 5138

17 years agoadd patch from #849
Felix Fietkau [Sun, 15 Oct 2006 23:13:59 +0000 (23:13 +0000)]
add patch from #849

SVN-Revision: 5137

17 years agoadd firewall protection for wan_device in addition to wan_ifname (fixes #852)
Felix Fietkau [Sun, 15 Oct 2006 23:04:23 +0000 (23:04 +0000)]
add firewall protection for wan_device in addition to wan_ifname (fixes #852)

SVN-Revision: 5136

17 years agoPrevent SSH keys from being chmoded to 644 (#664), looks like those are the only...
Florian Fainelli [Sun, 15 Oct 2006 23:03:46 +0000 (23:03 +0000)]
Prevent SSH keys from being chmoded to 644 (#664), looks like those are the only files concerned for now

SVN-Revision: 5135

17 years agoadd io resource patch from #800, merge flash map stuff from linux 2.4 to support...
Felix Fietkau [Sun, 15 Oct 2006 22:36:16 +0000 (22:36 +0000)]
add io resource patch from #800, merge flash map stuff from linux 2.4 to support the wl-hdd without breaking the netgear wgt634u

SVN-Revision: 5134

17 years agodon't hardcode the cpu frequency for bcm47xx in linux 2.6
Felix Fietkau [Sun, 15 Oct 2006 21:55:51 +0000 (21:55 +0000)]
don't hardcode the cpu frequency for bcm47xx in linux 2.6

SVN-Revision: 5133

17 years agofix bcm4710 cache fixes
Felix Fietkau [Sun, 15 Oct 2006 21:55:14 +0000 (21:55 +0000)]
fix bcm4710 cache fixes

SVN-Revision: 5132

17 years agofix typo
Felix Fietkau [Sun, 15 Oct 2006 21:22:51 +0000 (21:22 +0000)]
fix typo

SVN-Revision: 5131

17 years agoinit script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enabl...
Felix Fietkau [Sun, 15 Oct 2006 21:03:30 +0000 (21:03 +0000)]
init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enable|disable) manages symlinks

SVN-Revision: 5128

17 years agodisable entropy gathering in wlcompat-debug
Felix Fietkau [Sun, 15 Oct 2006 19:21:08 +0000 (19:21 +0000)]
disable entropy gathering in wlcompat-debug

SVN-Revision: 5127

17 years agoadd hotplug script for setting up networking on wds interfaces
Felix Fietkau [Sun, 15 Oct 2006 17:52:31 +0000 (17:52 +0000)]
add hotplug script for setting up networking on wds interfaces

SVN-Revision: 5125

17 years agowlc: use custom ether_ntoa implementation that pads the address parts
Felix Fietkau [Sun, 15 Oct 2006 17:52:08 +0000 (17:52 +0000)]
wlc: use custom ether_ntoa implementation that pads the address parts

SVN-Revision: 5124

17 years agoUpdate kernel config : add support for bluetooth devices, enable packet support in...
Florian Fainelli [Sun, 15 Oct 2006 17:50:21 +0000 (17:50 +0000)]
Update kernel config : add support for bluetooth devices, enable packet support in-kernel, prevented udhcpc to work

SVN-Revision: 5123

17 years agoadd support for wds vifs for broadcom wl
Felix Fietkau [Sun, 15 Oct 2006 17:25:07 +0000 (17:25 +0000)]
add support for wds vifs for broadcom wl

SVN-Revision: 5122

17 years agoimplement wlc call to read wds endpoint mac
Felix Fietkau [Sun, 15 Oct 2006 16:56:09 +0000 (16:56 +0000)]
implement wlc call to read wds endpoint mac

SVN-Revision: 5121

17 years agoalways return true in disable_broadcom()
Felix Fietkau [Sun, 15 Oct 2006 16:24:57 +0000 (16:24 +0000)]
always return true in disable_broadcom()

SVN-Revision: 5120

17 years agofix error message
Felix Fietkau [Sun, 15 Oct 2006 16:24:13 +0000 (16:24 +0000)]
fix error message

SVN-Revision: 5119

17 years agoimplement network callbacks for broadcom wl
Felix Fietkau [Sun, 15 Oct 2006 16:23:36 +0000 (16:23 +0000)]
implement network callbacks for broadcom wl

SVN-Revision: 5118

17 years agoscan_interfaces is unnecessary at this point
Felix Fietkau [Sun, 15 Oct 2006 15:57:43 +0000 (15:57 +0000)]
scan_interfaces is unnecessary at this point

SVN-Revision: 5117

17 years agoremove all broadcom interfaces from bridges and bring them down completely when wifi...
Felix Fietkau [Sun, 15 Oct 2006 15:50:02 +0000 (15:50 +0000)]
remove all broadcom interfaces from bridges and bring them down completely when wifi down is called

SVN-Revision: 5116

17 years agoadd protection for bridging interface changes
Felix Fietkau [Sun, 15 Oct 2006 15:44:39 +0000 (15:44 +0000)]
add protection for bridging interface changes

SVN-Revision: 5115

17 years agoremove the wifi interface from the default bridge
Felix Fietkau [Sun, 15 Oct 2006 15:32:14 +0000 (15:32 +0000)]
remove the wifi interface from the default bridge

SVN-Revision: 5114

17 years agoimplement simple device autodetection for wifi drivers
Felix Fietkau [Sun, 15 Oct 2006 15:27:34 +0000 (15:27 +0000)]
implement simple device autodetection for wifi drivers

SVN-Revision: 5113

17 years agoFix module dependency on ipw21,2200, bcm43xx
Florian Fainelli [Sun, 15 Oct 2006 12:50:08 +0000 (12:50 +0000)]
Fix module dependency on ipw21,2200, bcm43xx

SVN-Revision: 5110

17 years agocleanup
Felix Fietkau [Sat, 14 Oct 2006 23:25:32 +0000 (23:25 +0000)]
cleanup

SVN-Revision: 5106

17 years agofix path to bash in openssl compile
Felix Fietkau [Sat, 14 Oct 2006 23:14:19 +0000 (23:14 +0000)]
fix path to bash in openssl compile

SVN-Revision: 5105

17 years agofix sstrip linux compile
Felix Fietkau [Sat, 14 Oct 2006 23:12:29 +0000 (23:12 +0000)]
fix sstrip linux compile

SVN-Revision: 5104

17 years agouse the native toolchain for grub on non-amd64 hosts
Felix Fietkau [Sat, 14 Oct 2006 23:06:23 +0000 (23:06 +0000)]
use the native toolchain for grub on non-amd64 hosts

SVN-Revision: 5103

17 years agofix zlib cross compiling from non-linux systems
Felix Fietkau [Sat, 14 Oct 2006 23:05:37 +0000 (23:05 +0000)]
fix zlib cross compiling from non-linux systems

SVN-Revision: 5102

17 years agocleanup
Felix Fietkau [Sat, 14 Oct 2006 22:11:21 +0000 (22:11 +0000)]
cleanup

SVN-Revision: 5097

17 years agoanother one ...
Felix Fietkau [Sat, 14 Oct 2006 21:46:27 +0000 (21:46 +0000)]
another one ...

SVN-Revision: 5095

17 years agofix lzma compile
Felix Fietkau [Sat, 14 Oct 2006 21:44:23 +0000 (21:44 +0000)]
fix lzma compile

SVN-Revision: 5094

17 years agocheck for empty patch directories
Felix Fietkau [Sat, 14 Oct 2006 15:09:03 +0000 (15:09 +0000)]
check for empty patch directories

SVN-Revision: 5086

17 years agodon't exit on tar errors in wireless-tools - sgid flag on directory not accepted...
Felix Fietkau [Sat, 14 Oct 2006 14:54:08 +0000 (14:54 +0000)]
don't exit on tar errors in wireless-tools - sgid flag on directory not accepted on freebsd

SVN-Revision: 5085

17 years agouse := for TAR_OPTIONS
Felix Fietkau [Sat, 14 Oct 2006 14:52:39 +0000 (14:52 +0000)]
use := for TAR_OPTIONS

SVN-Revision: 5084

17 years agomove '-' parameter to TAR_OPTIONS, so that packages can append commands
Felix Fietkau [Sat, 14 Oct 2006 14:51:48 +0000 (14:51 +0000)]
move '-' parameter to TAR_OPTIONS, so that packages can append commands

SVN-Revision: 5083

17 years agoportability fix
Felix Fietkau [Sat, 14 Oct 2006 14:26:40 +0000 (14:26 +0000)]
portability fix

SVN-Revision: 5082

17 years agoleave out the ccache directory when copying the staging dir into the sdk (#843)
Felix Fietkau [Sat, 14 Oct 2006 14:16:26 +0000 (14:16 +0000)]
leave out the ccache directory when copying the staging dir into the sdk (#843)

SVN-Revision: 5081

17 years agoremove some obsolete stuff
Felix Fietkau [Sat, 14 Oct 2006 13:53:26 +0000 (13:53 +0000)]
remove some obsolete stuff

SVN-Revision: 5079

17 years agouse $(TAR) in unpack commands
Felix Fietkau [Sat, 14 Oct 2006 13:51:40 +0000 (13:51 +0000)]
use $(TAR) in unpack commands

SVN-Revision: 5078

17 years agofix mistakes in unpack change
Felix Fietkau [Sat, 14 Oct 2006 13:04:50 +0000 (13:04 +0000)]
fix mistakes in unpack change

SVN-Revision: 5077

17 years agoanother fix for invalid fd messages
Felix Fietkau [Sat, 14 Oct 2006 13:02:09 +0000 (13:02 +0000)]
another fix for invalid fd messages

SVN-Revision: 5076

17 years agofix typo
Felix Fietkau [Sat, 14 Oct 2006 12:18:39 +0000 (12:18 +0000)]
fix typo

SVN-Revision: 5075

17 years agoforce LANG to C
Felix Fietkau [Sat, 14 Oct 2006 11:37:37 +0000 (11:37 +0000)]
force LANG to C

SVN-Revision: 5074

17 years agoadd prereq check for case-sensitive filesystem
Felix Fietkau [Sat, 14 Oct 2006 11:23:23 +0000 (11:23 +0000)]
add prereq check for case-sensitive filesystem

SVN-Revision: 5073

17 years agofix invalid fd warning on mac os x
Felix Fietkau [Sat, 14 Oct 2006 11:17:57 +0000 (11:17 +0000)]
fix invalid fd warning on mac os x

SVN-Revision: 5072

17 years agodon't generate .tmpconfig.h and .kconfig.d
Felix Fietkau [Sat, 14 Oct 2006 00:48:54 +0000 (00:48 +0000)]
don't generate .tmpconfig.h and .kconfig.d

SVN-Revision: 5071

17 years agomove common unpacking code to unpack.mk, replace zcat with $(ZCAT) for systems that...
Felix Fietkau [Sat, 14 Oct 2006 00:40:27 +0000 (00:40 +0000)]
move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for systems that use gzcat instead

SVN-Revision: 5070

17 years agofix download.pl for weird 'which' implementations
Felix Fietkau [Sat, 14 Oct 2006 00:07:19 +0000 (00:07 +0000)]
fix download.pl for weird 'which' implementations

SVN-Revision: 5068

17 years agomake table of contents clickable
Felix Fietkau [Fri, 13 Oct 2006 23:45:30 +0000 (23:45 +0000)]
make table of contents clickable

SVN-Revision: 5067

17 years agomake table of contents clickable
Felix Fietkau [Fri, 13 Oct 2006 23:39:51 +0000 (23:39 +0000)]
make table of contents clickable

SVN-Revision: 5066

17 years agoadd prereq check for wget
Felix Fietkau [Fri, 13 Oct 2006 23:36:43 +0000 (23:36 +0000)]
add prereq check for wget

SVN-Revision: 5065

17 years agoimprove ncurses check
Felix Fietkau [Fri, 13 Oct 2006 23:19:00 +0000 (23:19 +0000)]
improve ncurses check

SVN-Revision: 5064

17 years agofix lxdialog build target
Felix Fietkau [Fri, 13 Oct 2006 23:11:19 +0000 (23:11 +0000)]
fix lxdialog build target

SVN-Revision: 5063

17 years agoremove useless file
Felix Fietkau [Fri, 13 Oct 2006 23:09:04 +0000 (23:09 +0000)]
remove useless file

SVN-Revision: 5062

17 years agofix tar detection
Felix Fietkau [Fri, 13 Oct 2006 22:47:39 +0000 (22:47 +0000)]
fix tar detection

SVN-Revision: 5061

17 years agoadd initial version of our new documentation - not too pretty yet, but will be improved
Felix Fietkau [Fri, 13 Oct 2006 22:41:34 +0000 (22:41 +0000)]
add initial version of our new documentation - not too pretty yet, but will be improved

SVN-Revision: 5060

8 years agofinally move buildroot-ng to trunk
Felix Fietkau [Fri, 13 Oct 2006 20:51:49 +0000 (22:51 +0200)]
finally move buildroot-ng to trunk

17 years agomove brcm-2.4 specific kmod to new module layout
Nicolas Thill [Fri, 13 Oct 2006 10:02:12 +0000 (10:02 +0000)]
move brcm-2.4 specific kmod to new module layout

SVN-Revision: 5058

17 years agorewrite of platform irq handler
Mike Baker [Thu, 12 Oct 2006 22:54:48 +0000 (22:54 +0000)]
rewrite of platform irq handler

SVN-Revision: 5057

17 years agofix bug in ethernet irq handler
Mike Baker [Thu, 12 Oct 2006 22:54:26 +0000 (22:54 +0000)]
fix bug in ethernet irq handler

SVN-Revision: 5056

17 years agoonly check prerequisites of actually selected packages
Felix Fietkau [Thu, 12 Oct 2006 17:45:22 +0000 (17:45 +0000)]
only check prerequisites of actually selected packages

SVN-Revision: 5055

17 years agoenable busybox taint checking to support gplonly kernel exports
Felix Fietkau [Thu, 12 Oct 2006 15:43:29 +0000 (15:43 +0000)]
enable busybox taint checking to support gplonly kernel exports

SVN-Revision: 5054

17 years agoanother compile fix
Felix Fietkau [Wed, 11 Oct 2006 20:25:30 +0000 (20:25 +0000)]
another compile fix

SVN-Revision: 5052

17 years agofix compile error
Felix Fietkau [Wed, 11 Oct 2006 19:59:51 +0000 (19:59 +0000)]
fix compile error

SVN-Revision: 5051

17 years agouse bash for gen_image.sh
Felix Fietkau [Wed, 11 Oct 2006 15:21:10 +0000 (15:21 +0000)]
use bash for gen_image.sh

SVN-Revision: 5050

17 years agomore fixes
Felix Fietkau [Tue, 10 Oct 2006 23:04:46 +0000 (23:04 +0000)]
more fixes

SVN-Revision: 5048

17 years agouse perl instead of sed for replacing stuff in wl
Felix Fietkau [Tue, 10 Oct 2006 23:04:23 +0000 (23:04 +0000)]
use perl instead of sed for replacing stuff in wl

SVN-Revision: 5047

17 years agoreplace ipkg-make-index with a shell script that works on bsd
Felix Fietkau [Tue, 10 Oct 2006 23:04:00 +0000 (23:04 +0000)]
replace ipkg-make-index with a shell script that works on bsd

SVN-Revision: 5046

17 years agouse bsd md5 in ipkg if md5sum is not available
Felix Fietkau [Tue, 10 Oct 2006 22:38:45 +0000 (22:38 +0000)]
use bsd md5 in ipkg if md5sum is not available

SVN-Revision: 5045

17 years agorun rstrip in bash
Felix Fietkau [Tue, 10 Oct 2006 22:38:29 +0000 (22:38 +0000)]
run rstrip in bash

SVN-Revision: 5044

17 years agoalways build sed, some systems have a broken one where it's hard to detect
Felix Fietkau [Tue, 10 Oct 2006 22:29:46 +0000 (22:29 +0000)]
always build sed, some systems have a broken one where it's hard to detect

SVN-Revision: 5043

17 years agoadd portability patch for ipkg-utils
Felix Fietkau [Tue, 10 Oct 2006 22:29:09 +0000 (22:29 +0000)]
add portability patch for ipkg-utils

SVN-Revision: 5042

17 years agodon't include host.mk from rules.mk - confuses package dump
Felix Fietkau [Tue, 10 Oct 2006 21:22:35 +0000 (21:22 +0000)]
don't include host.mk from rules.mk - confuses package dump

SVN-Revision: 5038

17 years agomore portability fixes and a prereq check for gnu tar
Felix Fietkau [Tue, 10 Oct 2006 21:06:45 +0000 (21:06 +0000)]
more portability fixes and a prereq check for gnu tar

SVN-Revision: 5037

17 years agokernel patch: remove pcmcia compatibility crap - doesn't run on freebsd
Felix Fietkau [Tue, 10 Oct 2006 20:33:55 +0000 (20:33 +0000)]
kernel patch: remove pcmcia compatibility crap - doesn't run on freebsd

SVN-Revision: 5036

17 years agofix target/utils compile on freebsd
Felix Fietkau [Tue, 10 Oct 2006 20:13:43 +0000 (20:13 +0000)]
fix target/utils compile on freebsd

SVN-Revision: 5035

17 years agoadd uclibc portability patch (by thorsten glaser)
Felix Fietkau [Tue, 10 Oct 2006 20:03:03 +0000 (20:03 +0000)]
add uclibc portability patch (by thorsten glaser)

SVN-Revision: 5034

17 years agorename patch
Felix Fietkau [Tue, 10 Oct 2006 19:58:32 +0000 (19:58 +0000)]
rename patch

SVN-Revision: 5033

17 years agofix gcc compile
Felix Fietkau [Tue, 10 Oct 2006 19:55:54 +0000 (19:55 +0000)]
fix gcc compile

SVN-Revision: 5032

17 years agoremove sed test garbage left behind on some hosts with an old/unsupported sed
Felix Fietkau [Tue, 10 Oct 2006 19:55:41 +0000 (19:55 +0000)]
remove sed test garbage left behind on some hosts with an old/unsupported sed

SVN-Revision: 5031

17 years agochange OS to HOST_OS
Felix Fietkau [Tue, 10 Oct 2006 19:19:24 +0000 (19:19 +0000)]
change OS to HOST_OS

SVN-Revision: 5030

17 years agoadd BSDmakefile as a wrapper which calls gmake
Felix Fietkau [Tue, 10 Oct 2006 18:51:05 +0000 (18:51 +0000)]
add BSDmakefile as a wrapper which calls gmake

SVN-Revision: 5029

17 years agoset shell to bash in master makefile
Felix Fietkau [Tue, 10 Oct 2006 18:39:58 +0000 (18:39 +0000)]
set shell to bash in master makefile

SVN-Revision: 5028

17 years agofix HOST_ARCH and GNU_HOST_NAME for freebsd and other operating systems
Felix Fietkau [Tue, 10 Oct 2006 18:31:39 +0000 (18:31 +0000)]
fix HOST_ARCH and GNU_HOST_NAME for freebsd and other operating systems

SVN-Revision: 5027

17 years agoadd generic ide support for x86-2.6
Felix Fietkau [Tue, 10 Oct 2006 17:33:50 +0000 (17:33 +0000)]
add generic ide support for x86-2.6

SVN-Revision: 5026

17 years agoexplicitly set CONFIG_SHELL to bash for the kernel headers configure
Felix Fietkau [Tue, 10 Oct 2006 17:14:42 +0000 (17:14 +0000)]
explicitly set CONFIG_SHELL to bash for the kernel headers configure

SVN-Revision: 5025

17 years agodon't touch TAR_OPTIONS in host.mk
Felix Fietkau [Tue, 10 Oct 2006 17:13:40 +0000 (17:13 +0000)]
don't touch TAR_OPTIONS in host.mk

SVN-Revision: 5024

17 years agohide .host.mk commands
Felix Fietkau [Tue, 10 Oct 2006 17:04:17 +0000 (17:04 +0000)]
hide .host.mk commands

SVN-Revision: 5023

17 years agoonly use --wildcards for gnu tar
Felix Fietkau [Tue, 10 Oct 2006 17:03:38 +0000 (17:03 +0000)]
only use --wildcards for gnu tar

SVN-Revision: 5022

17 years agomove the common variables from host-build.mk to host.mk
Felix Fietkau [Tue, 10 Oct 2006 16:58:47 +0000 (16:58 +0000)]
move the common variables from host-build.mk to host.mk

SVN-Revision: 5021

17 years agofix mtd-utils compile on freebsd
Felix Fietkau [Tue, 10 Oct 2006 16:51:25 +0000 (16:51 +0000)]
fix mtd-utils compile on freebsd

SVN-Revision: 5020

17 years agofix gene2fs build on freebsd
Felix Fietkau [Tue, 10 Oct 2006 16:36:47 +0000 (16:36 +0000)]
fix gene2fs build on freebsd

SVN-Revision: 5019

17 years agoreal fix for download.pl
Felix Fietkau [Tue, 10 Oct 2006 16:17:16 +0000 (16:17 +0000)]
real fix for download.pl

SVN-Revision: 5018