]>
Commit | Line | Data |
---|---|---|
5ae73106 GZ |
1 | # Architecture |
2 | BR2_sparc=y | |
5406b810 | 3 | BR2_sparc_v8=y |
5ae73106 GZ |
4 | |
5 | # filesystem | |
6 | BR2_TARGET_ROOTFS_EXT2=y | |
7 | # BR2_TARGET_ROOTFS_TAR is not set | |
8 | ||
05dcaabb GZ |
9 | # Lock to 3.7 headers to avoid breaking with newer kernels |
10 | BR2_KERNEL_HEADERS_3_7=y | |
0160e9d8 | 11 | |
5ae73106 GZ |
12 | # Linux kernel |
13 | BR2_LINUX_KERNEL=y | |
14 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y | |
b5baf9cb | 15 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.6" |
5ae73106 GZ |
16 | BR2_LINUX_KERNEL_DEFCONFIG="sparc32" |
17 | BR2_LINUX_KERNEL_ZIMAGE=y |