Travis Kemen [Fri, 5 Mar 2010 20:24:13 +0000 (20:24 +0000)]
this patch uses PKG_INSTALL:=1 and simplifies the Makefile, separates the menuconfig options in a separates Config.in file, adds a new patch to disable man pages (there was an error with QUILT=1 without this patch, as ln was used without -f), renames patches to be more explicit (and 1xx for Makefile patches and 2xx for source patches)
-Raphael
SVN-Revision: 19997
Travis Kemen [Fri, 5 Mar 2010 20:19:48 +0000 (20:19 +0000)]
The attached patch replaces $(1) install by $(if $(1), $(1), install) in the definition, in order to be able to specify an install rule, which is not always called install (example: trunk/package/ncurses/Makefile has rules called install.libs and install.data).
Then its possible to do this in ncurses Makefile:
define Build/Install
$(call Build/Install/Default, install.libs install.data)
endef
This patch does not affect anything else, as if no parameter is given,
it will use install as before.
-Raphael
SVN-Revision: 19996
Travis Kemen [Fri, 5 Mar 2010 20:15:12 +0000 (20:15 +0000)]
this patch fixes toolchain parallel build, which reduces build time.
In order to enable parallel build, change line 21 of
include/host-build.mk from:
override MAKEFLAGS=
to:
override MAKEFLAGS=$(MAKE_JOBS)
-Raphael
SVN-Revision: 19995
Travis Kemen [Fri, 5 Mar 2010 20:12:24 +0000 (20:12 +0000)]
this patch simplifies the Makefile by using PKG_INSTALL:=1 and fixes parallel build.
-Raphael
SVN-Revision: 19994
Travis Kemen [Fri, 5 Mar 2010 20:10:37 +0000 (20:10 +0000)]
this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also fixes parallel build.
-Raphael
SVN-Revision: 19993
Nicolas Thill [Fri, 5 Mar 2010 09:48:32 +0000 (09:48 +0000)]
remove bison requirement (see [10398] & [14900])
SVN-Revision: 19989
Lars-Peter Clausen [Fri, 5 Mar 2010 04:21:41 +0000 (04:21 +0000)]
Add support for the n516
SVN-Revision: 19987
Lars-Peter Clausen [Fri, 5 Mar 2010 04:15:51 +0000 (04:15 +0000)]
Add subtarget for each device
SVN-Revision: 19986
Lars-Peter Clausen [Fri, 5 Mar 2010 04:14:03 +0000 (04:14 +0000)]
image.mk: Adjust ubifs build behaviour to that of others image types
SVN-Revision: 19985
Lars-Peter Clausen [Fri, 5 Mar 2010 02:56:25 +0000 (02:56 +0000)]
jz4740 pm: Fix gpio suspend/resume. Turn pll off while in suspend and gate clocks off which arn't handeld by their subsystems yet.
SVN-Revision: 19984
Lars-Peter Clausen [Fri, 5 Mar 2010 02:53:23 +0000 (02:53 +0000)]
gpio.h: Add proper parenthesis to JZ_GPIO_PORTX macros
SVN-Revision: 19983
Lars-Peter Clausen [Fri, 5 Mar 2010 02:48:55 +0000 (02:48 +0000)]
jz4740_fb: Add support for parallel displays, improve power consumption and some minor bugfixes
SVN-Revision: 19982
Nicolas Thill [Fri, 5 Mar 2010 00:56:05 +0000 (00:56 +0000)]
include kernel-defaults.mk and use $(KERNEL_MAKEOPTS)
SVN-Revision: 19981
Nicolas Thill [Fri, 5 Mar 2010 00:53:51 +0000 (00:53 +0000)]
firstboot: detect mtd, rom & jffs parts first, fix jffs mounted test
SVN-Revision: 19980
Florian Fainelli [Thu, 4 Mar 2010 20:48:43 +0000 (20:48 +0000)]
fix watchdog driver unregistering, patch by Bernhard Loos
SVN-Revision: 19979
Lars-Peter Clausen [Thu, 4 Mar 2010 20:20:54 +0000 (20:20 +0000)]
jz4740_udc: Implement suspend/resume
SVN-Revision: 19978
Florian Fainelli [Thu, 4 Mar 2010 08:28:20 +0000 (08:28 +0000)]
rework reboot mechanism with the new watchdog fixes
The fixing of the watchdog driver makes it generate a NMI so the reboot_fixup
can no longer be called from NMI context, instead, override the machine_retart
callback with our southrbridge reboot mechanism. Patch by Bernhard Loos.
SVN-Revision: 19977
Florian Fainelli [Thu, 4 Mar 2010 08:28:10 +0000 (08:28 +0000)]
enable the required packages to use a gpio-based reset button
SVN-Revision: 19976
Florian Fainelli [Thu, 4 Mar 2010 08:28:05 +0000 (08:28 +0000)]
remove now unused rdc321x_gpio.h file
SVN-Revision: 19975
Florian Fainelli [Thu, 4 Mar 2010 08:27:59 +0000 (08:27 +0000)]
improve sitecom device support
Add support for the 3 GPIO LEDs, reset button and switch to the gpio-buttons
driver. Patch by Bernhard Loos.
SVN-Revision: 19974
Florian Fainelli [Thu, 4 Mar 2010 08:27:51 +0000 (08:27 +0000)]
select ARCH_REQUIRE_GPIOLIB which is required for our gpiolib driver
SVN-Revision: 19973
Florian Fainelli [Thu, 4 Mar 2010 07:54:25 +0000 (07:54 +0000)]
add a new southbridge driver which registers the gpio and watchdog platform devices
This also fixes the watchdog logic and abstracts the access to the RDC321x
southbridge PCI configuration register space. Based on a patch by Bernhard Loos.
SVN-Revision: 19972
Florian Fainelli [Thu, 4 Mar 2010 07:54:20 +0000 (07:54 +0000)]
merge the two patches applying to the same file in a single patch
SVN-Revision: 19971
Travis Kemen [Thu, 4 Mar 2010 02:42:23 +0000 (02:42 +0000)]
revert r19964 for now, there are issues with opkg/ipkg.py generating the status db
SVN-Revision: 19970
Hauke Mehrtens [Wed, 3 Mar 2010 20:32:41 +0000 (20:32 +0000)]
brcm47xx: add CONFIG_CMDLINE again
Fix for r19955
this patch was suggested by tripolar
SVN-Revision: 19967
Gabor Juhos [Wed, 3 Mar 2010 20:04:12 +0000 (20:04 +0000)]
ar71xx: restore command line on 2.6.33
SVN-Revision: 19966
Gabor Juhos [Wed, 3 Mar 2010 20:04:08 +0000 (20:04 +0000)]
ar71xx: sync 2.6.33 config
SVN-Revision: 19965
Travis Kemen [Wed, 3 Mar 2010 18:19:19 +0000 (18:19 +0000)]
grab all config files for installed packages, closes #3718
SVN-Revision: 19964
Matteo Croce [Wed, 3 Mar 2010 13:52:28 +0000 (13:52 +0000)]
2.6.33 fixes for atheros and madwifi
SVN-Revision: 19963
Florian Fainelli [Wed, 3 Mar 2010 12:54:08 +0000 (12:54 +0000)]
cleanup the 2.6.33 and later kernels kernel-headers installation
SVN-Revision: 19962
Gabor Juhos [Wed, 3 Mar 2010 09:40:20 +0000 (09:40 +0000)]
kernel: fix m25p80 patches for 2.6.33
SVN-Revision: 19961
Gabor Juhos [Wed, 3 Mar 2010 09:40:17 +0000 (09:40 +0000)]
ar71xx: refresh 2.6.33 patches
SVN-Revision: 19960
Gabor Juhos [Wed, 3 Mar 2010 09:40:12 +0000 (09:40 +0000)]
kernel: refresh 2.6.33 patches
SVN-Revision: 19959
Florian Fainelli [Tue, 2 Mar 2010 21:49:37 +0000 (21:49 +0000)]
do not register devices in device_initcall level, this breaks the SSB SPROM registration
SVN-Revision: 19957
Hauke Mehrtens [Tue, 2 Mar 2010 21:26:36 +0000 (21:26 +0000)]
kernel: add some missing config files and make compat-wireless build with kernel 2.6.33
Thanks tripolar for the missing config symbols
SVN-Revision: 19956
Hauke Mehrtens [Tue, 2 Mar 2010 21:16:18 +0000 (21:16 +0000)]
brcm47xx: add support for kernel 2.6.33
Thanks to acoul and tripolar
SVN-Revision: 19955
Gabor Juhos [Tue, 2 Mar 2010 13:36:18 +0000 (13:36 +0000)]
ar71xx: ag71xx: use correct device pointer for dma_map_single
SVN-Revision: 19951
Gabor Juhos [Tue, 2 Mar 2010 13:36:15 +0000 (13:36 +0000)]
ar71xx: ag71xx: don't use virt_to_phys
SVN-Revision: 19950
Gabor Juhos [Tue, 2 Mar 2010 13:36:12 +0000 (13:36 +0000)]
ar71xx: ag71xx: simplify register access functions
SVN-Revision: 19949
Gabor Juhos [Tue, 2 Mar 2010 13:36:09 +0000 (13:36 +0000)]
ar71xx: ag71xx: use NETDEV_TX_OK
SVN-Revision: 19948
Gabor Juhos [Tue, 2 Mar 2010 13:36:04 +0000 (13:36 +0000)]
ar71xx: use COMMAND_LINE_SIZE
SVN-Revision: 19947
Jo-Philipp Wich [Tue, 2 Mar 2010 11:02:24 +0000 (11:02 +0000)]
firewall: insert rules at the beginning of chains again while maintaining non reversed order, fixes wrong ordering introduced by r18015
SVN-Revision: 19946
Nicolas Thill [Tue, 2 Mar 2010 04:56:49 +0000 (04:56 +0000)]
openssl: fix build failure on arm, aes asm version is not shipped anymore (closes: #6778)
SVN-Revision: 19945
Nicolas Thill [Mon, 1 Mar 2010 23:54:45 +0000 (23:54 +0000)]
firstboot: fix typo (closes: #6738)
SVN-Revision: 19944
Felix Fietkau [Mon, 1 Mar 2010 21:48:55 +0000 (21:48 +0000)]
mac80211: add the new 802.11n minstrel rate control implementation (optional, not used by default)
SVN-Revision: 19943
Vasilis Tsiligiannis [Mon, 1 Mar 2010 21:19:05 +0000 (21:19 +0000)]
dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)
SVN-Revision: 19942
Felix Fietkau [Mon, 1 Mar 2010 18:46:43 +0000 (18:46 +0000)]
openssl: upgrade to 0.9.8m (patch by Peter Wagner)
SVN-Revision: 19939
Felix Fietkau [Mon, 1 Mar 2010 18:20:39 +0000 (18:20 +0000)]
base-files: fix enter failsafe message
SVN-Revision: 19937
Jo-Philipp Wich [Mon, 1 Mar 2010 18:01:33 +0000 (18:01 +0000)]
ipkg: strip directory entries from package file list when offline installing .ipk archives, this prevents opkg from removing directories like /usr later on when trying to uninstall preinstalled packages (partial fix for #6772)
SVN-Revision: 19936
Florian Fainelli [Mon, 1 Mar 2010 14:55:34 +0000 (14:55 +0000)]
remove mail headers from patches
SVN-Revision: 19935
Florian Fainelli [Mon, 1 Mar 2010 14:55:15 +0000 (14:55 +0000)]
prevent UML build failure against decompress_lzo.c
SVN-Revision: 19934
Florian Fainelli [Mon, 1 Mar 2010 14:55:07 +0000 (14:55 +0000)]
fix compilation w/ 2.6.33
SVN-Revision: 19933
Imre Kaloz [Mon, 1 Mar 2010 08:04:14 +0000 (08:04 +0000)]
drop support for the old style magicbox-cf driver
SVN-Revision: 19932
Imre Kaloz [Mon, 1 Mar 2010 08:00:03 +0000 (08:00 +0000)]
partly revert [19925] as the ata version builds fine
SVN-Revision: 19931
Gabor Juhos [Mon, 1 Mar 2010 07:34:48 +0000 (07:34 +0000)]
ar71xx: add default network configuration file for the TL-WR741ND board
SVN-Revision: 19930
Gabor Juhos [Mon, 1 Mar 2010 07:34:46 +0000 (07:34 +0000)]
ar71xx: add default network configuration file for the DIR-600 rev. A1 board
SVN-Revision: 19929
Gabor Juhos [Mon, 1 Mar 2010 07:34:43 +0000 (07:34 +0000)]
ar71xx: register DSA switch for the AP91 based boards
SVN-Revision: 19928
Gabor Juhos [Mon, 1 Mar 2010 07:34:41 +0000 (07:34 +0000)]
ar71xx: add DSA driver for the AR7240 built-in ethernet switch
SVN-Revision: 19927
Gabor Juhos [Mon, 1 Mar 2010 07:34:37 +0000 (07:34 +0000)]
ar71xx: add QinQ tagging format for the DSA driver
SVN-Revision: 19926
Nicolas Thill [Mon, 1 Mar 2010 06:25:44 +0000 (06:25 +0000)]
kernel: mark ata-magicbox-cf & ide-magicbox as BROKEN for now (they don't build on 2.6.32)
SVN-Revision: 19925
Nicolas Thill [Mon, 1 Mar 2010 06:22:42 +0000 (06:22 +0000)]
kernel: add 2 config symbols preventing ppc40x & ppc44X from being configured with all modules enabled
SVN-Revision: 19924
Nicolas Thill [Mon, 1 Mar 2010 05:44:12 +0000 (05:44 +0000)]
mac80211: add 2 missing config symbols needed to build rt2x00-lib & rt2800-lib modules
SVN-Revision: 19923
Nicolas Thill [Mon, 1 Mar 2010 01:12:57 +0000 (01:12 +0000)]
switch: suppress boot error message on 2.4
SVN-Revision: 19922
Florian Fainelli [Sun, 28 Feb 2010 21:24:34 +0000 (21:24 +0000)]
add support for 2.6.33
SVN-Revision: 19921
Florian Fainelli [Sun, 28 Feb 2010 20:50:57 +0000 (20:50 +0000)]
misc 2.6.33 compilation and config symbols fixes
SVN-Revision: 19920
Florian Fainelli [Sun, 28 Feb 2010 20:50:51 +0000 (20:50 +0000)]
add support for 2.6.32, dropped the SPI patch for now
SVN-Revision: 19919
Florian Fainelli [Sun, 28 Feb 2010 20:50:41 +0000 (20:50 +0000)]
fix kmod-nls-base dependency with usb-core (#6753)
SVN-Revision: 19918
Jo-Philipp Wich [Sun, 28 Feb 2010 19:12:47 +0000 (19:12 +0000)]
iptables: disable kernel module autoloading
SVN-Revision: 19917
Felix Fietkau [Sun, 28 Feb 2010 19:05:32 +0000 (19:05 +0000)]
mac80211: fix essid setting for ad-hoc (thx, stintel)
SVN-Revision: 19916
Felix Fietkau [Sun, 28 Feb 2010 19:02:05 +0000 (19:02 +0000)]
mac80211: fix client mode
SVN-Revision: 19915
Felix Fietkau [Sun, 28 Feb 2010 17:06:53 +0000 (17:06 +0000)]
mac80211: fix interface startup order for AP+STA (patch by yann lopez)
SVN-Revision: 19912
Jo-Philipp Wich [Sun, 28 Feb 2010 16:44:40 +0000 (16:44 +0000)]
remove asterisk from default vlan ports in netconfig
SVN-Revision: 19910
Jo-Philipp Wich [Sun, 28 Feb 2010 16:40:06 +0000 (16:40 +0000)]
switch: eliminate the asterisk from the switch port configuration and set it automatically on the first vlan, this aligns the broadcom vlan config with the swconfig format
SVN-Revision: 19909
Matteo Croce [Sun, 28 Feb 2010 16:33:15 +0000 (16:33 +0000)]
ar71xx: 2.6.33 patches
SVN-Revision: 19908
Matteo Croce [Sun, 28 Feb 2010 15:30:07 +0000 (15:30 +0000)]
atheros: 2.6.33 patches
SVN-Revision: 19906
Matteo Croce [Sun, 28 Feb 2010 15:20:00 +0000 (15:20 +0000)]
kernel: add 2.6.33 patches
SVN-Revision: 19905
Florian Fainelli [Sun, 28 Feb 2010 12:58:02 +0000 (12:58 +0000)]
fix busybox's ping compilation when the fancy feature is turned off (#6489)
SVN-Revision: 19904
Florian Fainelli [Sun, 28 Feb 2010 12:57:57 +0000 (12:57 +0000)]
switch: do not include linux/autoconf.h (#6513)
SVN-Revision: 19903
Florian Fainelli [Sun, 28 Feb 2010 11:09:50 +0000 (11:09 +0000)]
add missing hunks to recognize the Microsoft MN-700 device (#6749)
SVN-Revision: 19896
Florian Fainelli [Sun, 28 Feb 2010 11:09:44 +0000 (11:09 +0000)]
explicitely enable shared interrupt 2 for any core that did not a dedicated IRQ
Explicitely enable shared interrupt 2 for any core that didn't get a dedicated IRQ
anymore (fallthrough case) and for EXTIF cores to make gpio interrupts work.
Also remove a bogus comment.
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 19895
Florian Fainelli [Sun, 28 Feb 2010 11:09:39 +0000 (11:09 +0000)]
build images for RG100A (bcm6358-based boards) (#6755)
SVN-Revision: 19894
Florian Fainelli [Sun, 28 Feb 2010 11:09:34 +0000 (11:09 +0000)]
add a MIPS Malta target to be used with qemu
SVN-Revision: 19893
Florian Fainelli [Sun, 28 Feb 2010 11:09:28 +0000 (11:09 +0000)]
add missing libertas symbols
SVN-Revision: 19892
Hauke Mehrtens [Sun, 28 Feb 2010 10:21:04 +0000 (10:21 +0000)]
remove unneeded patch
SVN-Revision: 19891
Hauke Mehrtens [Sun, 28 Feb 2010 10:16:47 +0000 (10:16 +0000)]
kernel: update to kernel 2.6.32.9
SVN-Revision: 19890
Gabor Juhos [Sun, 28 Feb 2010 09:41:02 +0000 (09:41 +0000)]
adm5120: remove 2.6.31 related stuff
SVN-Revision: 19889
Gabor Juhos [Sun, 28 Feb 2010 09:41:00 +0000 (09:41 +0000)]
adm5120: switch to 2.6.32
SVN-Revision: 19888
Nicolas Thill [Sat, 27 Feb 2010 18:27:48 +0000 (18:27 +0000)]
use distinct build/staging dirs for EABI/OABI builds
SVN-Revision: 19885
Nicolas Thill [Sat, 27 Feb 2010 18:14:24 +0000 (18:14 +0000)]
use a DIR_SUFFIX variable to hold libc/version and use it in build/staging dir names
SVN-Revision: 19884
Gabor Juhos [Sat, 27 Feb 2010 16:27:04 +0000 (16:27 +0000)]
kernel: yet another missing symbol for 2.6.32
SVN-Revision: 19883
Gabor Juhos [Sat, 27 Feb 2010 16:26:49 +0000 (16:26 +0000)]
adm5120: fix build error in the USB driver on 2.6.32
SVN-Revision: 19882
Felix Fietkau [Fri, 26 Feb 2010 22:46:10 +0000 (22:46 +0000)]
add block-extroot, a package for using an external filesystem as rootfs (patch by cshore)
SVN-Revision: 19880
Felix Fietkau [Fri, 26 Feb 2010 22:46:00 +0000 (22:46 +0000)]
mark relevant kmod-* packages as being required for rootfs mounting (patch by cshore)
SVN-Revision: 19879
Felix Fietkau [Fri, 26 Feb 2010 22:45:54 +0000 (22:45 +0000)]
add support for marking specific kernel module packages as potentially being required for mounting the rootfs (patch by cshore)
SVN-Revision: 19878
Felix Fietkau [Fri, 26 Feb 2010 22:45:39 +0000 (22:45 +0000)]
add the block-mount package by Daniel Dickinson (cshore), replacing existing automount functionality
SVN-Revision: 19877
Lars-Peter Clausen [Fri, 26 Feb 2010 18:09:12 +0000 (18:09 +0000)]
jz4740_nand: * Use NAND_ECC_HW_OOB_FIRST mode instead of a patched NAND_ECC_HW * Fix subpage writing * speed up reading
SVN-Revision: 19875
Travis Kemen [Fri, 26 Feb 2010 17:22:53 +0000 (17:22 +0000)]
This patch allows the user to specify esfq as the leaf qdisc, as well as perturb and hash parameters, closes #1893
SVN-Revision: 19874
Travis Kemen [Fri, 26 Feb 2010 17:16:18 +0000 (17:16 +0000)]
fix issues with pptpd server and firewall, closes #2342
SVN-Revision: 19873
Travis Kemen [Fri, 26 Feb 2010 16:38:48 +0000 (16:38 +0000)]
add missing symbol
SVN-Revision: 19872
Imre Kaloz [Fri, 26 Feb 2010 11:03:59 +0000 (11:03 +0000)]
upgrade and fixup support for the uclibc nptl branch
SVN-Revision: 19871