Gabor Juhos
988ae9cbf8
at91: upgrade to kernel 3.8.7 and use devicetree
...
This upgrades the AT91 target to 3.8.7, and migrates to device tree.
This allows a single kernel to be built for most at91 variants which
simplifies things quite a bit. The immediate result is that all
subtargets are nuked, and any boards without dts files are no longer
supported, though the target now includes more boards than before. The
adc driver was also nuked as 3.8.7 includes a new one under the IIO
subsystem.
Signed-off-by: Adam Porter <porter.adam@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36452
12 years ago
Gabor Juhos
76b797c759
mpc85xx: add default profile
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35677
12 years ago
Gabor Juhos
9a2005e5e6
ar71xx: remove swconfig and wpad-mini from custom profiles
...
SVN-Revision: 29408
13 years ago
Felix Fietkau
de8cabe839
ar71xx: clean up profiles, put in kmod-ath9k and wpad-mini by default ( fixes #9954 )
...
SVN-Revision: 28173
13 years ago
Felix Fietkau
624526ae11
ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to the profiles, fixes imagebuilder issues
...
SVN-Revision: 26401
14 years ago
Felix Fietkau
9e0b3a1b37
ar71xx: remove vsc73xx ucodes from the default profile - these are only used on some atheros reference designs which are unlikely to have many users
...
SVN-Revision: 25522
14 years ago
Gabor Juhos
e7ea6387a3
ar71xx: use usbdev trigger for USB LEDs by default
...
SVN-Revision: 24648
14 years ago
Gabor Juhos
d9c68341ef
ar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as well
...
SVN-Revision: 24421
14 years ago
Felix Fietkau
3aa09d05fd
ar71xx: remove madwifi from the default profile
...
SVN-Revision: 21406
15 years ago
Felix Fietkau
2598c32f06
ar71xx: add a new subtarget for nand based devices - saves around 44k on the lzma compressed generic kernel image
...
SVN-Revision: 21396
15 years ago
Felix Fietkau
f9f11f950d
ar71xx: add a new default profile containing all drivers for all boards
...
SVN-Revision: 21209
15 years ago
Gabor Juhos
3c5d35183e
move madwifi driver into a separate profile, and add hostapd-mini for the devices based on the ar913x
...
SVN-Revision: 14694
16 years ago
Gabor Juhos
1b4c9db08f
add initial profiles
...
SVN-Revision: 14693
16 years ago
Rod Whitby
610fcbfd85
ixp4xx: Split into two subtargets, one normal and one for boards which boot directly from attached storage (and therefore need most kernel modules compiled in)
...
SVN-Revision: 9669
17 years ago
Felix Fietkau
56231056ea
strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
...
SVN-Revision: 8653
17 years ago
Rod Whitby
10f9d03487
Enable kmod-madwifi in default profile for ixp4xx
...
SVN-Revision: 7775
18 years ago
Rod Whitby
de21258fc8
Create various profiles for consumer IXP4xx devices
...
SVN-Revision: 7774
18 years ago
Felix Fietkau
dcfbd5f656
fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke the old brcm-2.6 port, close #1312 , #1451
...
SVN-Revision: 6564
18 years ago
Felix Fietkau
aabda0f133
reorder target profiles
...
SVN-Revision: 6514
18 years ago
Tim Yardley
03beb39e5f
split out profile definitions from Makefiles
...
structure is as follows:
target/linux/<arch>/profiles/<profilename>.mk
These files are included by a blob match in the target Makefile
The files should be labeled based on their profile Name in the definition
SVN-Revision: 6468
18 years ago