Felix Fietkau
73c4d73d6d
build: unify target independent optimization options
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37600
2013-07-29 09:38:29 +00:00
Florian Fainelli
8ea5e19823
targets: fix remaining targets for initramfs builds
...
Fix some bugs that slipped through while making initramfs non exclusive.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37079
2013-06-28 22:56:34 +00:00
Felix Fietkau
900f78e3be
orion: disable normal router support for the harddisk subtarget
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37069
2013-06-28 11:27:06 +00:00
Felix Fietkau
059003fa90
orion: disable CONFIG_VM_EVENT_COUNTERS by default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37068
2013-06-28 11:27:02 +00:00
Felix Fietkau
84ad1782f9
orion: dynamically generate /etc/config/network, the LaCie 2big Network does not use DSA
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37061
2013-06-28 11:26:37 +00:00
Felix Fietkau
6d6296e214
orion: add support for the lacie 2big network device
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37059
2013-06-28 11:26:29 +00:00
Imre Kaloz
799bdc990a
there's no reason to have these generic files in the bin dir either
...
SVN-Revision: 36852
2013-06-05 06:46:41 +00:00
Imre Kaloz
28e8b8dc05
only copy uImages to the bin dir on ramdisk builds
...
SVN-Revision: 36851
2013-06-05 06:17:12 +00:00
Imre Kaloz
e161581d45
don't copy the zImages to the bin dir, factory u-boots can't use them
...
SVN-Revision: 36850
2013-06-05 06:04:48 +00:00
Imre Kaloz
a0e412a616
versioned files and dirs still make no sense when you support only a single kernel...
...
SVN-Revision: 36836
2013-06-04 11:29:01 +00:00
Imre Kaloz
812bb43a47
move DT2 related kernel options into the harddist subtarget
...
SVN-Revision: 36833
2013-06-04 11:19:41 +00:00
Imre Kaloz
58fa46c90c
drop support for the dns323
...
SVN-Revision: 36832
2013-06-04 11:13:18 +00:00
Steven Barth
4e8f7f37ed
Change default IPv6 config to enable DHCPv6-PD
...
SVN-Revision: 36384
2013-04-22 19:40:16 +00:00
Steven Barth
ea94d66b0f
Adapt default network configuration for IPv6
...
SVN-Revision: 36278
2013-04-09 08:03:08 +00:00
Jo-Philipp Wich
3a2cccda2e
all targets: use numerically prefixed uci-defaults file names to better control order of execution
...
SVN-Revision: 35217
2013-01-18 12:42:53 +00:00
Florian Fainelli
1e103b2ecc
target: enable XZ BCJ decompressor code after r35097
...
Required to actually be able to mount squashfs xz compressed
filesystems.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35156
2013-01-14 16:34:25 +00:00
Felix Fietkau
5154270694
orion: debloat the kernel some more
...
SVN-Revision: 35023
2013-01-06 15:09:47 +00:00
Florian Fainelli
33f6c5ddb9
kernel: add missing USB configuration symbols after r34501
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34568
2012-12-07 11:01:53 +00:00
Gabor Juhos
1f516235ea
remove common symbols from 3.3 configs
...
The removed symbols are present in the generic configuration.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34403
2012-11-29 15:21:35 +00:00
Imre Kaloz
8e49dfe68a
the uImage's filename will hardly change
...
SVN-Revision: 33985
2012-10-29 09:55:20 +00:00
Imre Kaloz
1a4f117398
rename erase size variables
...
SVN-Revision: 33964
2012-10-27 10:50:55 +00:00
Imre Kaloz
549d5a6e34
add support for Netgear WN802T
...
SVN-Revision: 33963
2012-10-27 10:48:22 +00:00
Imre Kaloz
cf7aed0a76
don't enforce rootfs location
...
SVN-Revision: 33962
2012-10-27 10:43:47 +00:00
John Crispin
ba6751058b
gpiodev/gpioctl RIP
...
SVN-Revision: 33725
2012-10-11 11:58:09 +00:00
Florian Fainelli
25792cb971
generic: enhanced image Makefile
...
* Creation of uImage for WNR854T only done once (before 2x for jffs2 build and 1x for squashfs build)
* Got rid of unneccessary padding of rootfs partition
* ARM zImages always need a machine id, therefore do not copy generic (=no id) uImage to BIN_DIR, instead copy zImage
* Generalized functions for easier re-using and enhancing (e.g. D-Link DNS 323 implementation would be only a couple lines)
* Copy rootfs partitions to BIN_DIR, just like it is done for D-Link DNS 323
* Use variables to allows easily changing for custom builds, e.g. kernel mtd size for symbols
* Size check of kernel files to avoid builds that break devices
* Use for "-sysupgrade" and "-factory" in image names (like ar71xx, brcm63xx, etc.) to avoid questions about which image to use
Signed-off by: Matthias Buecher <mail@maddes.net>
SVN-Revision: 33174
2012-08-13 14:46:47 +00:00
John Crispin
a4d96aae8d
bump to 3.3.8
...
SVN-Revision: 32055
2012-06-05 06:57:51 +00:00
Gabor Juhos
2ae5581447
kernel: update linux 3.3 to 3.3.7
...
SVN-Revision: 31848
2012-05-23 21:05:32 +00:00
Gabor Juhos
39994008cb
linux: move certain disabled symbols to the generic configs
...
* CONFIG_ARCH_DMA_ADDR_T_64BIT
* CONFIG_ARCH_HAS_ILOG2_U32
* CONFIG_ARCH_HAS_ILOG2_U64
* CONFIG_ARCH_PHYS_ADDR_T_64BIT
* CONFIG_ARCH_SUPPORTS_MSI
* CONFIG_GENERIC_CPU_DEVICES
* CONFIG_HWMON_DEBUG_CHIP
* CONFIG_I2C_PXA_PCI
* CONFIG_LEDS_GPIO
* CONFIG_MINIX_FS_NATIVE_ENDIAN
* CONFIG_MLX4_CORE
* CONFIG_POWER_SUPPLY
* CONFIG_POWER_SUPPLY_DEBUG
* CONFIG_QUOTACTL
* CONFIG_SDIO_UART
* CONFIG_SENSORS_K10TEMP
* CONFIG_SENSORS_SCH56XX_COMMON
* CONFIG_SENSORS_VIA_CPUTEMP
* CONFIG_SERIO_AMBAKMI
* CONFIG_SERIO_I8042
* CONFIG_SERIO_LIBPS2
* CONFIG_SERIO_PCIPS2
* CONFIG_SERIO_RAW
* CONFIG_SERIO_SERPORT
* CONFIG_SPI_BITBANG
* CONFIG_SPI_GPIO
SVN-Revision: 31737
2012-05-15 10:58:52 +00:00
Gabor Juhos
b472e5d12e
kernel: update linux 3.3 to 3.3.6
...
SVN-Revision: 31709
2012-05-14 09:18:32 +00:00
Gabor Juhos
cabfa5b364
orion: remove the broken broken flag
...
It is working on the Linksys WRT350N v2 at least:
http://pastebin.com/KCAbJZs9
Additionally, the flag was added to a wrong place
so it had no effect.
Thanks to StrikerNL for testing.
SVN-Revision: 31674
2012-05-10 20:20:43 +00:00
Gabor Juhos
db376b45d9
orion: nuke 3.0 support
...
SVN-Revision: 31659
2012-05-09 10:48:38 +00:00
Gabor Juhos
24e2385a59
orion: switch to 3.3 and add broken flag
...
It is compile tested only.
SVN-Revision: 31658
2012-05-09 10:48:37 +00:00
Gabor Juhos
f687ca2296
orion: add 3.3 support
...
SVN-Revision: 31528
2012-04-29 15:20:40 +00:00
Florian Fainelli
b545c4b4fe
generic: use magic_long in sysupgrade
...
Signed-off-by: Matthias Bücher <mail@maddes.net>
SVN-Revision: 31200
2012-04-04 16:06:29 +00:00
Florian Fainelli
930a820172
update wrt350nv2-builder to v2.4 and use new functionality for target orion_generic
...
Signed-off-by: Matthias Bücher <mail@maddes.net>
SVN-Revision: 31199
2012-04-04 16:06:25 +00:00
Florian Fainelli
b47fc0f936
add support for D-Link DNS-323
...
this patch adds support for D-Link DNS323 storage device.
You can find more info here:
http://dns323.lukaperkov.net/
Currently you need serial cable to flash OpenWrt on DNS-323.
Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
SVN-Revision: 31198
2012-04-04 15:53:55 +00:00
Jonas Gorski
e67f4477bb
kernel: update linux 3.0 to 3.0.18
...
SVN-Revision: 29965
2012-01-31 09:43:53 +00:00
Jonas Gorski
e49d3e1d5b
kernel: update linux 3.0 to 3.0.17
...
SVN-Revision: 29725
2012-01-13 14:10:44 +00:00
Jonas Gorski
6e2ae90f4a
linux: update 3.0 to 3.0.12
...
SVN-Revision: 29469
2011-12-06 19:50:25 +00:00
Nicolas Thill
5e83009a52
targets: fix CONFIG_USB_STORAGE_* inconsistency
...
* all options were switched from bool to tristate in 2.6.30
* add/change/move them to generic, disabled by default
* remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09
* remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6
* cleanup ordering
SVN-Revision: 29337
2011-11-25 20:47:44 +00:00
Jonas Gorski
8bac0df4ae
linux: update 3.0 to 3.0.9
...
SVN-Revision: 29264
2011-11-19 18:39:12 +00:00
Hauke Mehrtens
464539b074
kernel: update to version 3.0.3
...
SVN-Revision: 28043
2011-08-18 12:54:12 +00:00
Hauke Mehrtens
51be984655
kernel: update to kernel version 3.0.1
...
SVN-Revision: 27918
2011-08-06 09:51:55 +00:00
Imre Kaloz
5e29e14795
upgrade to 3.0
...
SVN-Revision: 27737
2011-07-23 20:43:53 +00:00
Imre Kaloz
ab5fd3c1cb
upgrade to 3.0-rc7
...
SVN-Revision: 27600
2011-07-12 13:44:16 +00:00
Imre Kaloz
0321740a62
upgrade to 3.0-rc6 and optimize for armv5te again
...
SVN-Revision: 27592
2011-07-11 20:35:16 +00:00
Hauke Mehrtens
50c743e79e
kernel: Update to version 2.6.37.6
...
Thank you Peter Wagner for the patch
SVN-Revision: 26441
2011-04-03 13:59:07 +00:00
Felix Fietkau
335877a2b3
global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance
...
SVN-Revision: 26300
2011-03-26 01:07:12 +00:00
Imre Kaloz
b8430e7427
update to 2.6.32.33 and 2.6.37.4
...
SVN-Revision: 26226
2011-03-18 13:25:32 +00:00
Hauke Mehrtens
4226f1d373
kernel: update to kernel version 2.6.37.3
...
SVN-Revision: 26126
2011-03-13 17:14:08 +00:00