1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 21:22:49 +02:00
Commit Graph

29 Commits

Author SHA1 Message Date
Lars-Peter Clausen
78fcab66df Merge commit 'backfire/master' into xburst
Conflicts:

	feeds.conf.default
	package/base-files/Makefile
	package/block-extroot/Makefile
	package/block-mount/Makefile
	package/busybox/Makefile
	package/busybox/config/util-linux/Config.in
	package/dnsmasq/Makefile
	package/dnsmasq/files/dnsmasq.init
	package/uhttpd/Makefile
	target/linux/adm5120/image/Makefile
	target/linux/amazon/image/Makefile
	target/linux/ar71xx/config-2.6.33
	target/linux/ar71xx/config-2.6.34
	target/linux/at91/image/Makefile
	target/linux/atheros/patches-2.6.33/220-enet_micrel_workaround.patch
	target/linux/coldfire/image/Makefile
	target/linux/ep93xx/image/Makefile
	target/linux/etrax/image/Makefile
	target/linux/gemini/image/Makefile
	target/linux/generic-2.6/config-2.6.33
	target/linux/generic-2.6/config-2.6.34
	target/linux/generic-2.6/patches-2.6.33/007-squashfs_make_lzma_available.patch
	target/linux/generic-2.6/patches-2.6.33/014-samsung_flash
	target/linux/generic-2.6/patches-2.6.33/020-mips_multi_machine_support.patch
	target/linux/generic-2.6/patches-2.6.33/030-pci_disable_common_quirks.patch
	target/linux/generic-2.6/patches-2.6.33/060-block2mtd_init.patch
	target/linux/generic-2.6/patches-2.6.33/100-netfilter_layer7_2.21.patch
	target/linux/generic-2.6/patches-2.6.33/110-netfilter_match_speedup.patch
	target/linux/generic-2.6/patches-2.6.33/150-netfilter_imq.patch
	target/linux/generic-2.6/patches-2.6.33/202-mips_mem_functions_performance.patch
	target/linux/generic-2.6/patches-2.6.33/203-slab_maxsize.patch
	target/linux/generic-2.6/patches-2.6.33/205-skb_padding.patch
	target/linux/generic-2.6/patches-2.6.33/210-mini_fo_2.6.25_fixes.patch
	target/linux/generic-2.6/patches-2.6.33/212-mini_fo_2.6.26_fixes.patch
	target/linux/generic-2.6/patches-2.6.33/400-ledtrig_morse.patch
	target/linux/generic-2.6/patches-2.6.33/402-ledtrig_netdev.patch
	target/linux/generic-2.6/patches-2.6.33/511-yaffs-cvs-2009-04-24.patch
	target/linux/generic-2.6/patches-2.6.33/903-hostap_txpower.patch
	target/linux/generic-2.6/patches-2.6.33/924-cs5535_gpio.patch
	target/linux/generic-2.6/patches-2.6.33/940-wireless_mesh_header.patch
	target/linux/generic-2.6/patches-2.6.33/971-ocf_20080917.patch
	target/linux/generic-2.6/patches-2.6.33/980-vm_exports.patch
	target/linux/generic-2.6/patches-2.6.33/998-openwrt_lzma_options.patch
	target/linux/goldfish/image/Makefile
	target/linux/iop32x/image/Makefile
	target/linux/malta/Makefile
	target/linux/malta/README
	target/linux/malta/image/Makefile
	target/linux/mpc52xx/image/Makefile
	target/linux/mpc83xx/image/Makefile
	target/linux/omap35xx/image/Makefile
	target/linux/ppc40x/config-default
	target/linux/ppc40x/patches/004-magicbox.patch
	target/linux/ppc40x/patches/005-openrb.patch
	target/linux/ps3/image/Makefile
	target/linux/pxa/image/Makefile
	target/linux/pxcab/image/Makefile
	target/linux/ramips/image/Makefile
	target/linux/ramips/rt288x/config-2.6.32
	target/linux/ramips/rt305x/config-2.6.32
	target/linux/s3c24xx/image/Makefile
	target/linux/sibyte/image/Makefile
	target/linux/ubicom32/image/Makefile
	target/linux/x86/generic/config-default
2010-05-02 13:23:58 +02:00
nico
bca3f225e9 define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-12 23:15:56 +00:00
acoul
533aeeeb6f mpc83xx: add 2.6.33 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20818 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-12 10:47:00 +00:00
nico
3256895004 [backfire] remove targets not (yet) supported in 10.03
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 01:52:48 +00:00
nico
8fe94a14fe do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 09:50:11 +00:00
kaloz
3273001b80 [mpc83xx]: include the board name in the generated dtb's filename
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19680 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 23:51:18 +00:00
nbd
359a75c294 mpc83xx: clean up the mess caused by the reverted sorting patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19676 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 21:34:55 +00:00
nbd
e710e0ceb7 mpc83xx: add a workaround for erratum eTSEC27 in earlier mpc8313 chip revs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:29:16 +00:00
nbd
3fd6746e0b mpc83xx: add support for the vitesse 8601 phy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:29:12 +00:00
nbd
c2d22765cc mpc83xx: add support for mpc8313 in 2.6.32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:29:08 +00:00
juhosg
3fc7a0bec9 mpc83xx: add 2.6.32 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19587 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 13:31:52 +00:00
juhosg
6bf7968462 mpc83xx: enable jffs2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19586 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 13:31:49 +00:00
juhosg
1519f71815 mpc83xx: sync kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19585 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 13:31:47 +00:00
juhosg
478a8c2173 mpc83xx: fix device registration on the RB600
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19584 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 13:31:44 +00:00
kaloz
0b86ea3caf clean up handling of some kernel symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 09:33:16 +00:00
kaloz
80f663be76 re-sort all target and subtarget config files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 08:55:15 +00:00
kaloz
fea0d9fe44 [mpc83xx]: enable additional options for the mpc8377wlan
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-08 20:11:53 +00:00
kaloz
c72150163d [mpc83xx]: do old style image generation for the mpc8377wlan, as the current bootloader doesn't support it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19553 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-08 20:11:01 +00:00
kaloz
f96dbb73b2 update to latest kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-19 11:53:56 +00:00
kaloz
d7fbd60e8e [mpc83xx]: FIT uImage support for the MPC8377-WLAN
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19094 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-10 18:14:23 +00:00
kaloz
3afb594a0d [mpc83xx]: upgrade to 2.6.31, add preliminary support for the Freescale MPC8377E-WLAN board - not finished, yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19092 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-10 16:02:11 +00:00
nico
c462134502 [target] remove redundant LINUX_KARCH variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18871 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-21 03:26:09 +00:00
florian
7a42d31127 [kernel] update to 2.6.30, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18635 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-04 14:52:45 +00:00
kaloz
bda513685e some more Kconfig symbol move..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18371 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 11:52:41 +00:00
kaloz
5ed0363af9 another round of kernel config cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18370 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 11:42:24 +00:00
kaloz
321cdf5b29 move CPUFREQ to generic configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18368 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 10:00:28 +00:00
kaloz
4388c9e2c1 sort all target config files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 09:27:13 +00:00
kaloz
470ce7bd90 move CONFIG_CRASH_DUMP to the generic configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 09:07:22 +00:00
kaloz
8179e8082c add preliminary MPC83xx support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-09 11:45:04 +00:00