openwrt/openwrt.git
15 years agogdb: use @GNU mirror facility, cleanup
Nicolas Thill [Mon, 23 Feb 2009 23:59:23 +0000 (23:59 +0000)]
gdb: use @GNU mirror facility, cleanup

SVN-Revision: 14650

15 years agogdb: fix gdbserver subpackage, cleanup
Nicolas Thill [Mon, 23 Feb 2009 23:58:07 +0000 (23:58 +0000)]
gdb: fix gdbserver subpackage, cleanup

SVN-Revision: 14649

15 years agomove common variables to a dedicated include file
Nicolas Thill [Mon, 23 Feb 2009 23:52:27 +0000 (23:52 +0000)]
move common variables to a dedicated include file

SVN-Revision: 14648

15 years agore-enable s3c24xx-specific sound modules to fix build of kmod-soundcore
Mirko Vogt [Mon, 23 Feb 2009 20:23:11 +0000 (20:23 +0000)]
re-enable s3c24xx-specific sound modules to fix build of kmod-soundcore

SVN-Revision: 14646

15 years agoinitialize the url field for packages
Felix Fietkau [Mon, 23 Feb 2009 18:51:12 +0000 (18:51 +0000)]
initialize the url field for packages

SVN-Revision: 14643

15 years agokernel-headers: fix build error when run for the second time
Nicolas Thill [Mon, 23 Feb 2009 17:49:36 +0000 (17:49 +0000)]
kernel-headers: fix build error when run for the second time

SVN-Revision: 14641

15 years agochange libnl mirror to point to openwrt, original website seems down
Florian Fainelli [Mon, 23 Feb 2009 15:39:32 +0000 (15:39 +0000)]
change libnl mirror to point to openwrt, original website seems down

SVN-Revision: 14640

15 years agoenable DSA support
Gabor Juhos [Mon, 23 Feb 2009 13:01:21 +0000 (13:01 +0000)]
enable DSA support

SVN-Revision: 14639

15 years agoremove duplicated includes
Gabor Juhos [Mon, 23 Feb 2009 11:34:05 +0000 (11:34 +0000)]
remove duplicated includes

SVN-Revision: 14638

15 years agoTL-WR941ND: add DSA device for the Marvell 88E6060 switch
Gabor Juhos [Mon, 23 Feb 2009 10:43:23 +0000 (10:43 +0000)]
TL-WR941ND: add DSA device for the Marvell 88E6060 switch

SVN-Revision: 14637

15 years agomove device registration function prototypes into a separate header file
Gabor Juhos [Mon, 23 Feb 2009 08:50:00 +0000 (08:50 +0000)]
move device registration function prototypes into a separate header file

SVN-Revision: 14635

15 years agorename platform.c to devices.c
Gabor Juhos [Mon, 23 Feb 2009 08:21:05 +0000 (08:21 +0000)]
rename platform.c to devices.c

SVN-Revision: 14634

15 years agoenable TL-WR941ND in kernel config
Gabor Juhos [Mon, 23 Feb 2009 08:01:31 +0000 (08:01 +0000)]
enable TL-WR941ND in kernel config

SVN-Revision: 14633

15 years agotl-wr941nd: register ethernet device, and fix machine id
Gabor Juhos [Mon, 23 Feb 2009 07:58:44 +0000 (07:58 +0000)]
tl-wr941nd: register ethernet device, and fix machine id

SVN-Revision: 14632

15 years agoadd back the old host patches for lua to improve portability
Felix Fietkau [Sun, 22 Feb 2009 23:54:26 +0000 (23:54 +0000)]
add back the old host patches for lua to improve portability

SVN-Revision: 14631

15 years agoallow a separate patch directory for host patches
Felix Fietkau [Sun, 22 Feb 2009 23:54:17 +0000 (23:54 +0000)]
allow a separate patch directory for host patches

SVN-Revision: 14630

15 years agofix the host vs native stampfile dependencies to improve quilt support
Felix Fietkau [Sun, 22 Feb 2009 23:54:05 +0000 (23:54 +0000)]
fix the host vs native stampfile dependencies to improve quilt support

SVN-Revision: 14629

15 years agomicrel phy driver: change initcall level if compiled into the kernel
Gabor Juhos [Sun, 22 Feb 2009 20:52:12 +0000 (20:52 +0000)]
micrel phy driver: change initcall level if compiled into the kernel

SVN-Revision: 14628

15 years agopreliminary support for the TL-WR941ND
Gabor Juhos [Sun, 22 Feb 2009 20:49:06 +0000 (20:49 +0000)]
preliminary support for the TL-WR941ND

SVN-Revision: 14627

15 years agoinclude pppoa and br2684 packages by default (#4648)
Florian Fainelli [Sun, 22 Feb 2009 18:55:21 +0000 (18:55 +0000)]
include pppoa and br2684 packages by default (#4648)

SVN-Revision: 14626

15 years agodo not patch the local copy of ar7part.c to be exactly like what is mainline already
Florian Fainelli [Sun, 22 Feb 2009 18:48:55 +0000 (18:48 +0000)]
do not patch the local copy of ar7part.c to be exactly like what is mainline already

SVN-Revision: 14625

15 years agoAsus WL-330gE Support
Felix Fietkau [Sun, 22 Feb 2009 18:45:39 +0000 (18:45 +0000)]
Asus WL-330gE Support

Here is support for the compact Asus WL-330gE. It uses that all-in-one
5354 Broadcom chip that's also in the WL-520gU, so I assume USB
support can be soldered on. I've yet to open up the device, though.
Initial flashing is done through the CFE failsafe mode like on other
Asus devices, where you boot holding the reset button, the power LED
flashes, and you tftp an image.

Signed-off-by: David Cooper <dave@kupesoft.com>
SVN-Revision: 14624

15 years agoonly define unpack templates if PKG_SOURCE is set
Felix Fietkau [Sun, 22 Feb 2009 18:27:53 +0000 (18:27 +0000)]
only define unpack templates if PKG_SOURCE is set

SVN-Revision: 14623

15 years agomerge host build of lua from tools/ into package/lua/Makefile
Felix Fietkau [Sun, 22 Feb 2009 18:10:23 +0000 (18:10 +0000)]
merge host build of lua from tools/ into package/lua/Makefile

SVN-Revision: 14622

15 years agoallow concurrent use of host-build.mk and package.mk as well as their templates
Felix Fietkau [Sun, 22 Feb 2009 18:10:05 +0000 (18:10 +0000)]
allow concurrent use of host-build.mk and package.mk as well as their templates

SVN-Revision: 14621

15 years agoeliminate redundancy by creating the quilt_used stampfile in the right place
Felix Fietkau [Sun, 22 Feb 2009 17:50:31 +0000 (17:50 +0000)]
eliminate redundancy by creating the quilt_used stampfile in the right place

SVN-Revision: 14620

15 years agonuke some wgt634u specific crap that was introduced upstream
Felix Fietkau [Sun, 22 Feb 2009 17:14:28 +0000 (17:14 +0000)]
nuke some wgt634u specific crap that was introduced upstream

SVN-Revision: 14619

15 years agofix broadcom-diag on linux 2.6.28 (#4633)
Felix Fietkau [Sun, 22 Feb 2009 17:12:36 +0000 (17:12 +0000)]
fix broadcom-diag on linux 2.6.28 (#4633)

SVN-Revision: 14618

15 years agofix missing change from r14610
Felix Fietkau [Sun, 22 Feb 2009 16:49:21 +0000 (16:49 +0000)]
fix missing change from r14610

SVN-Revision: 14617

15 years agoadd missing kconfig symbols for kmod-sched
Felix Fietkau [Sun, 22 Feb 2009 15:15:13 +0000 (15:15 +0000)]
add missing kconfig symbols for kmod-sched

SVN-Revision: 14616

15 years agore-enable cfg80211 as well
Felix Fietkau [Sun, 22 Feb 2009 13:19:02 +0000 (13:19 +0000)]
re-enable cfg80211 as well

SVN-Revision: 14615

15 years agore-apply r14531
Felix Fietkau [Sun, 22 Feb 2009 13:12:34 +0000 (13:12 +0000)]
re-apply r14531

SVN-Revision: 14614

15 years agodisable all kernel config options that are set to =m
Felix Fietkau [Sun, 22 Feb 2009 04:44:24 +0000 (04:44 +0000)]
disable all kernel config options that are set to =m

SVN-Revision: 14611

15 years agobuild system refactoring in preparation for allowing packages to do host-build steps
Felix Fietkau [Sun, 22 Feb 2009 04:37:20 +0000 (04:37 +0000)]
build system refactoring in preparation for allowing packages to do host-build steps

SVN-Revision: 14610

15 years agofix typo
Felix Fietkau [Sun, 22 Feb 2009 04:36:56 +0000 (04:36 +0000)]
fix typo

SVN-Revision: 14609

15 years agoadd country code option for hostapd (patch from #4675)
Felix Fietkau [Sun, 22 Feb 2009 02:46:04 +0000 (02:46 +0000)]
add country code option for hostapd (patch from #4675)

SVN-Revision: 14608

15 years agoadd missing dependencies
Felix Fietkau [Sun, 22 Feb 2009 01:12:18 +0000 (01:12 +0000)]
add missing dependencies

SVN-Revision: 14607

15 years agoFixes kernel configuration error.
Hauke Mehrtens [Sat, 21 Feb 2009 23:54:43 +0000 (23:54 +0000)]
Fixes kernel configuration error.

SVN-Revision: 14606

15 years agoupgrade to latest compat-wireless and rt2800 version
Felix Fietkau [Sat, 21 Feb 2009 20:38:07 +0000 (20:38 +0000)]
upgrade to latest compat-wireless and rt2800 version

SVN-Revision: 14605

15 years agofix a description which still mentioned ipp2p
Felix Fietkau [Sat, 21 Feb 2009 19:33:10 +0000 (19:33 +0000)]
fix a description which still mentioned ipp2p

SVN-Revision: 14603

15 years agoget rid of a remaining reference to ipp2p
Felix Fietkau [Sat, 21 Feb 2009 19:19:53 +0000 (19:19 +0000)]
get rid of a remaining reference to ipp2p

SVN-Revision: 14602

15 years agoupdate to 2.6.28.7 and 2.6.27.19
Hauke Mehrtens [Sat, 21 Feb 2009 18:53:05 +0000 (18:53 +0000)]
update to 2.6.28.7 and 2.6.27.19

SVN-Revision: 14601

15 years agomerge netfilter kernel changes to 2.6.26 as well
Felix Fietkau [Sat, 21 Feb 2009 16:59:45 +0000 (16:59 +0000)]
merge netfilter kernel changes to 2.6.26 as well

SVN-Revision: 14600

15 years agofix IMQ on linux 2.6.27 and 2.6.28
Felix Fietkau [Sat, 21 Feb 2009 16:33:24 +0000 (16:33 +0000)]
fix IMQ on linux 2.6.27 and 2.6.28

SVN-Revision: 14599

15 years agomerge netfilter changes to 2.6.27
Felix Fietkau [Sat, 21 Feb 2009 16:32:50 +0000 (16:32 +0000)]
merge netfilter changes to 2.6.27

SVN-Revision: 14598

15 years agoremove the netfilter time patch from 2.6.28 as it duplicates functionality that is...
Felix Fietkau [Sat, 21 Feb 2009 16:32:20 +0000 (16:32 +0000)]
remove the netfilter time patch from 2.6.28 as it duplicates functionality that is already in the kernel

SVN-Revision: 14597

15 years agoremove support for ipp2p - it's unmaintained, broken, overmatching and undermatching...
Felix Fietkau [Sat, 21 Feb 2009 16:30:44 +0000 (16:30 +0000)]
remove support for ipp2p - it's unmaintained, broken, overmatching and undermatching => not that useful for QoS

SVN-Revision: 14596

15 years agoqos-scripts: remove ipp2p from the default ruleset
Felix Fietkau [Sat, 21 Feb 2009 16:28:54 +0000 (16:28 +0000)]
qos-scripts: remove ipp2p from the default ruleset

SVN-Revision: 14595

15 years agomove the EABI config override to the generic kernel config overrides, as it's arch...
Felix Fietkau [Sat, 21 Feb 2009 16:26:27 +0000 (16:26 +0000)]
move the EABI config override to the generic kernel config overrides, as it's arch specific, not target specific - fixes spurious kernel rebuild issues with EABI

SVN-Revision: 14594

15 years agolzma: use a repacked tarball instead of the original one to get rid of CRLF conversio...
Felix Fietkau [Sat, 21 Feb 2009 16:20:16 +0000 (16:20 +0000)]
lzma: use a repacked tarball instead of the original one to get rid of CRLF conversion screwups

SVN-Revision: 14593

15 years agolibtool: refresh patches
Hauke Mehrtens [Sat, 21 Feb 2009 15:32:34 +0000 (15:32 +0000)]
libtool: refresh patches

SVN-Revision: 14592

15 years agomac80211: refresh patches for old version
Hauke Mehrtens [Sat, 21 Feb 2009 15:16:22 +0000 (15:16 +0000)]
mac80211: refresh patches for old version

SVN-Revision: 14591

15 years agobusybox: refresh busybox patches
Hauke Mehrtens [Sat, 21 Feb 2009 15:07:45 +0000 (15:07 +0000)]
busybox: refresh busybox patches

SVN-Revision: 14590

15 years agotools: refresh patches for tools lua, mtd-utils, ipkg-utils, squashfs, lzma, and...
Hauke Mehrtens [Sat, 21 Feb 2009 14:46:03 +0000 (14:46 +0000)]
tools: refresh patches for tools lua, mtd-utils, ipkg-utils, squashfs, lzma, and autoconf are touched

SVN-Revision: 14589

15 years agouClibc: refresh patches for uClibc
Hauke Mehrtens [Sat, 21 Feb 2009 14:32:21 +0000 (14:32 +0000)]
uClibc: refresh patches for uClibc

SVN-Revision: 14588

15 years agobinutils: refresh patches for binutils 2.17
Hauke Mehrtens [Sat, 21 Feb 2009 14:24:39 +0000 (14:24 +0000)]
binutils: refresh patches for binutils 2.17

SVN-Revision: 14587

15 years agoAdd initial kernel 2.6.28 support for atheros target. The include files moved from...
Hauke Mehrtens [Fri, 20 Feb 2009 16:27:42 +0000 (16:27 +0000)]
Add initial kernel 2.6.28 support for atheros target. The include files moved from /include/asm-mips/mach-atheros/ to /arch/mips/include/asm/mach-atheros/ This patch is based on the old kernel 2.6.27 patches.

SVN-Revision: 14584

15 years agomove files for kernel 2.6.26 to a special directory. In kernel 2.6.28 the directory...
Hauke Mehrtens [Fri, 20 Feb 2009 16:19:46 +0000 (16:19 +0000)]
move files for kernel 2.6.26 to a special directory. In kernel 2.6.28 the directory structure has chanced, so for kernel 2.6.26 a own files directory is needed.

SVN-Revision: 14583

15 years agoremove atheros target for kernel 2.6.27. When support for kernel 2.6.28 is added...
Hauke Mehrtens [Fri, 20 Feb 2009 16:14:01 +0000 (16:14 +0000)]
remove atheros target for kernel 2.6.27. When support for kernel 2.6.28 is added this is not needed any more.

SVN-Revision: 14582

15 years agoBumped ps3 kernel to 2.6.28.2
Hamish Guthrie [Fri, 20 Feb 2009 14:12:11 +0000 (14:12 +0000)]
Bumped ps3 kernel to 2.6.28.2

SVN-Revision: 14581

15 years agosecond part of target rootfs relocation
Ralph Hempel [Fri, 20 Feb 2009 10:44:19 +0000 (10:44 +0000)]
second part of target rootfs relocation

SVN-Revision: 14578

15 years agoadd the possibility to put the rootfs to another location (usefull to specify one...
Ralph Hempel [Fri, 20 Feb 2009 10:38:08 +0000 (10:38 +0000)]
add the possibility to put the rootfs to another location (usefull to specify one dedicated NFS export share regardless where in the compute farm the build is done)

SVN-Revision: 14577

15 years agoavoid kernel version in target if sub-targets available (usefull if we have 2.4 and...
Ralph Hempel [Fri, 20 Feb 2009 10:32:45 +0000 (10:32 +0000)]
avoid kernel version in target if sub-targets available (usefull if we have 2.4 and 2.6 sub-targets in parallel)

SVN-Revision: 14576

15 years agochange DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)
Ralph Hempel [Fri, 20 Feb 2009 10:30:21 +0000 (10:30 +0000)]
change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)

SVN-Revision: 14575

15 years agoinclude revision number in Ubiquity images
Florian Fainelli [Fri, 20 Feb 2009 10:19:24 +0000 (10:19 +0000)]
include revision number in Ubiquity images

SVN-Revision: 14574

15 years agoadd multiple download mirrors
Ralph Hempel [Fri, 20 Feb 2009 10:16:47 +0000 (10:16 +0000)]
add multiple download mirrors

SVN-Revision: 14573

15 years agomac80211: update compat-wireless to 2009-02-19
Gabor Juhos [Fri, 20 Feb 2009 08:55:27 +0000 (08:55 +0000)]
mac80211: update compat-wireless to 2009-02-19

SVN-Revision: 14572

15 years agomac80211: wrong md5sum of OpenFirmware. Fixes #4664
Hauke Mehrtens [Thu, 19 Feb 2009 20:29:28 +0000 (20:29 +0000)]
mac80211: wrong md5sum of OpenFirmware. Fixes #4664

SVN-Revision: 14571

15 years agomac80211: extract broadcom firmware out of broadcom-wl-4.178.10.4.tar.bz2
Hauke Mehrtens [Thu, 19 Feb 2009 19:57:37 +0000 (19:57 +0000)]
mac80211: extract broadcom firmware out of broadcom-wl-4.178.10.4.tar.bz2

SVN-Revision: 14570

15 years agofix potential rootfs owner/group mismatch (tgz root only, patch from #4562)
Felix Fietkau [Thu, 19 Feb 2009 17:19:29 +0000 (17:19 +0000)]
fix potential rootfs owner/group mismatch (tgz root only, patch from #4562)

SVN-Revision: 14569

15 years agoprefer gstat over stat if available (patch from #4571)
Felix Fietkau [Thu, 19 Feb 2009 17:18:26 +0000 (17:18 +0000)]
prefer gstat over stat if available (patch from #4571)

SVN-Revision: 14568

15 years agoadd mkyaffs2image (based on android sources)
Felix Fietkau [Thu, 19 Feb 2009 17:17:16 +0000 (17:17 +0000)]
add mkyaffs2image (based on android sources)

SVN-Revision: 14567

15 years agomake cvs checkouts more flexible. packages must now specify either -r <tag> or -D...
Felix Fietkau [Thu, 19 Feb 2009 17:16:25 +0000 (17:16 +0000)]
make cvs checkouts more flexible. packages must now specify either -r <tag> or -D <date> in their source revision specification. previously date based checkouts were not supported

SVN-Revision: 14566

15 years agoupdate to 2.6.28.6
Gabor Juhos [Thu, 19 Feb 2009 16:11:07 +0000 (16:11 +0000)]
update to 2.6.28.6

SVN-Revision: 14565

15 years agoadd an alias board name for the Ubiquiti RouterStation
Gabor Juhos [Thu, 19 Feb 2009 07:39:50 +0000 (07:39 +0000)]
add an alias board name for the Ubiquiti RouterStation

SVN-Revision: 14563

15 years agobase-files: allow option dns to override dhcp assigned dns servers
Jo-Philipp Wich [Thu, 19 Feb 2009 05:27:36 +0000 (05:27 +0000)]
base-files: allow option dns to override dhcp assigned dns servers

SVN-Revision: 14562

15 years agoucmb: move to packages feed
Michael Büsch [Wed, 18 Feb 2009 22:47:42 +0000 (22:47 +0000)]
ucmb: move to packages feed

SVN-Revision: 14560

15 years agoFix typo
Michael Büsch [Wed, 18 Feb 2009 22:06:33 +0000 (22:06 +0000)]
Fix typo

SVN-Revision: 14558

15 years agomake "name" parameter optional in dnsmasq "boot" config sections
Jo-Philipp Wich [Wed, 18 Feb 2009 22:00:36 +0000 (22:00 +0000)]
make "name" parameter optional in dnsmasq "boot" config sections

SVN-Revision: 14557

15 years agoadd a workaround for fixing the bad performance of the Ubiquiti RouterStation/LS...
Gabor Juhos [Wed, 18 Feb 2009 19:58:43 +0000 (19:58 +0000)]
add a workaround for fixing the bad performance of the Ubiquiti RouterStation/LS-SR71 boards, until they fix their bootloader.

SVN-Revision: 14556

15 years agomac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support to b43...
Hauke Mehrtens [Wed, 18 Feb 2009 18:39:15 +0000 (18:39 +0000)]
mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support to b43 package.

SVN-Revision: 14555

15 years agogcc: refresh patches for gcc 4.1.2
Hauke Mehrtens [Wed, 18 Feb 2009 18:11:04 +0000 (18:11 +0000)]
gcc: refresh patches for gcc 4.1.2

SVN-Revision: 14554

15 years agoadded 2.6.28.6 checksum
Markus Wigge [Wed, 18 Feb 2009 17:42:32 +0000 (17:42 +0000)]
added 2.6.28.6 checksum

SVN-Revision: 14552

15 years agonew upstream kernel 2.6.28.6
Markus Wigge [Wed, 18 Feb 2009 17:37:54 +0000 (17:37 +0000)]
new upstream kernel 2.6.28.6

SVN-Revision: 14551

15 years agoucmb: Fix the lowlevel protocol
Michael Büsch [Wed, 18 Feb 2009 11:54:09 +0000 (11:54 +0000)]
ucmb: Fix the lowlevel protocol

SVN-Revision: 14549

15 years agoAdd CRC16 kernel module
Michael Büsch [Tue, 17 Feb 2009 22:54:11 +0000 (22:54 +0000)]
Add CRC16 kernel module

SVN-Revision: 14548

15 years agowpa_supplicant: update to 0.6.8
Gabor Juhos [Tue, 17 Feb 2009 20:22:33 +0000 (20:22 +0000)]
wpa_supplicant: update to 0.6.8

SVN-Revision: 14545

15 years agohostapd: update to 0.6.8
Gabor Juhos [Tue, 17 Feb 2009 20:21:02 +0000 (20:21 +0000)]
hostapd: update to 0.6.8

SVN-Revision: 14544

15 years agofix incorrect quoting in busybox cron init script
Jo-Philipp Wich [Tue, 17 Feb 2009 17:29:17 +0000 (17:29 +0000)]
fix incorrect quoting in busybox cron init script

SVN-Revision: 14540

15 years agofix ubsec_ssb dependency against kmod-crypto-ocf (#4617)
Florian Fainelli [Tue, 17 Feb 2009 15:15:48 +0000 (15:15 +0000)]
fix ubsec_ssb dependency against kmod-crypto-ocf (#4617)

SVN-Revision: 14539

15 years agofeeds: extend 'search' to lookup in source package names too
Nicolas Thill [Tue, 17 Feb 2009 03:44:43 +0000 (03:44 +0000)]
feeds: extend 'search' to lookup in source package names too

SVN-Revision: 14537

15 years agogenext2fs: update to 1.4.1
Nicolas Thill [Tue, 17 Feb 2009 03:05:10 +0000 (03:05 +0000)]
genext2fs: update to 1.4.1

SVN-Revision: 14536

15 years agouml: bump to 2.6.28.5
Nicolas Thill [Tue, 17 Feb 2009 02:05:42 +0000 (02:05 +0000)]
uml: bump to 2.6.28.5

SVN-Revision: 14535

15 years agomac80211: add more patches from the rt2x00 git repository
Gabor Juhos [Mon, 16 Feb 2009 19:55:09 +0000 (19:55 +0000)]
mac80211: add more patches from the rt2x00 git repository

SVN-Revision: 14534

15 years agomac80211: reorder patches
Gabor Juhos [Mon, 16 Feb 2009 19:43:55 +0000 (19:43 +0000)]
mac80211: reorder patches

SVN-Revision: 14533

15 years agomac80211: update compat-wireless to 2009-02-15
Gabor Juhos [Mon, 16 Feb 2009 19:02:26 +0000 (19:02 +0000)]
mac80211: update compat-wireless to 2009-02-15

SVN-Revision: 14532

15 years agogeneric-2.6: enable mac80211 on 2.6.2{7,8}
Gabor Juhos [Mon, 16 Feb 2009 18:54:43 +0000 (18:54 +0000)]
generic-2.6: enable mac80211 on 2.6.2{7,8}

SVN-Revision: 14531

15 years agomac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation (closes #4634)
Gabor Juhos [Mon, 16 Feb 2009 16:29:00 +0000 (16:29 +0000)]
mac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation (closes #4634)

SVN-Revision: 14530

15 years agoSwitch to old SPI GPIO implementation.
Jose Vasconcellos [Mon, 16 Feb 2009 13:43:14 +0000 (13:43 +0000)]
Switch to old SPI GPIO implementation.

SVN-Revision: 14529

15 years agoupdate dnsmasq to 2.47 (#4636, thanks florida)
Jo-Philipp Wich [Mon, 16 Feb 2009 04:48:08 +0000 (04:48 +0000)]
update dnsmasq to 2.47 (#4636, thanks florida)

SVN-Revision: 14528