build: remove obsolete references to cris and avr32
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44965
This commit is contained in:
		| @@ -518,7 +518,7 @@ endif | |||||||
|  |  | ||||||
| config KERNEL_SECCOMP | config KERNEL_SECCOMP | ||||||
| 	bool "Enable seccomp support" | 	bool "Enable seccomp support" | ||||||
| 		depends on !(TARGET_uml || TARGET_avr32) | 		depends on !(TARGET_uml) | ||||||
| 		default n | 		default n | ||||||
| 		help | 		help | ||||||
| 		  Build kernel with support for seccomp. | 		  Build kernel with support for seccomp. | ||||||
|   | |||||||
| @@ -127,11 +127,6 @@ endef | |||||||
|  |  | ||||||
| OBJCOPY_STRIP = -R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id | OBJCOPY_STRIP = -R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id | ||||||
|  |  | ||||||
| # AVR32 uses a non-standard location |  | ||||||
| ifeq ($(LINUX_KARCH),avr32) |  | ||||||
| IMAGES_DIR:=images |  | ||||||
| endif |  | ||||||
|  |  | ||||||
| # AMD64 shares the location with x86 | # AMD64 shares the location with x86 | ||||||
| ifeq ($(LINUX_KARCH),x86_64) | ifeq ($(LINUX_KARCH),x86_64) | ||||||
| IMAGES_DIR:=../../x86/boot | IMAGES_DIR:=../../x86/boot | ||||||
|   | |||||||
| @@ -1,28 +0,0 @@ | |||||||
| ac_cv_c_littleendian=${ac_cv_c_littleendian=no} |  | ||||||
| ac_cv_c_bigendian=${ac_cv_c_bigendian=yes} |  | ||||||
|  |  | ||||||
| ac_cv_sizeof___int64=0 |  | ||||||
| ac_cv_sizeof_char=1 |  | ||||||
| ac_cv_sizeof_int=4 |  | ||||||
| ac_cv_sizeof_int16_t=2 |  | ||||||
| ac_cv_sizeof_int32_t=4 |  | ||||||
| ac_cv_sizeof_int64_t=8 |  | ||||||
| ac_cv_sizeof_long_int=4 |  | ||||||
| ac_cv_sizeof_long_long=8 |  | ||||||
| ac_cv_sizeof_long=4 |  | ||||||
| ac_cv_sizeof_off_t=8 |  | ||||||
| ac_cv_sizeof_short_int=2 |  | ||||||
| ac_cv_sizeof_short=2 |  | ||||||
| ac_cv_sizeof_size_t=4 |  | ||||||
| ac_cv_sizeof_ssize_t=4 |  | ||||||
| ac_cv_sizeof_u_int16_t=2 |  | ||||||
| ac_cv_sizeof_u_int32_t=4 |  | ||||||
| ac_cv_sizeof_u_int64_t=8 |  | ||||||
| ac_cv_sizeof_uint16_t=2 |  | ||||||
| ac_cv_sizeof_uint32_t=4 |  | ||||||
| ac_cv_sizeof_uint64_t=8 |  | ||||||
| ac_cv_sizeof_unsigned_int=4 |  | ||||||
| ac_cv_sizeof_unsigned_long=4 |  | ||||||
| ac_cv_sizeof_unsigned_long_long=8 |  | ||||||
| ac_cv_sizeof_unsigned_short=2 |  | ||||||
| ac_cv_sizeof_void_p=4 |  | ||||||
| @@ -1,5 +0,0 @@ | |||||||
| #!/bin/sh |  | ||||||
|  |  | ||||||
| . $TOPDIR/include/site/avr32-linux |  | ||||||
| . $TOPDIR/include/site/linux-gnu |  | ||||||
|  |  | ||||||
| @@ -1,5 +0,0 @@ | |||||||
| #!/bin/sh |  | ||||||
|  |  | ||||||
| . $TOPDIR/include/site/avr32-linux |  | ||||||
| . $TOPDIR/include/site/linux-uclibc |  | ||||||
|  |  | ||||||
| @@ -1,28 +0,0 @@ | |||||||
| ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} |  | ||||||
| ac_cv_c_bigendian=${ac_cv_c_bigendian=no} |  | ||||||
|  |  | ||||||
| ac_cv_sizeof___int64=0 |  | ||||||
| ac_cv_sizeof_char=1 |  | ||||||
| ac_cv_sizeof_int=4 |  | ||||||
| ac_cv_sizeof_int16_t=2 |  | ||||||
| ac_cv_sizeof_int32_t=4 |  | ||||||
| ac_cv_sizeof_int64_t=8 |  | ||||||
| ac_cv_sizeof_long_int=4 |  | ||||||
| ac_cv_sizeof_long_long=8 |  | ||||||
| ac_cv_sizeof_long=4 |  | ||||||
| ac_cv_sizeof_off_t=8 |  | ||||||
| ac_cv_sizeof_short_int=2 |  | ||||||
| ac_cv_sizeof_short=2 |  | ||||||
| ac_cv_sizeof_size_t=4 |  | ||||||
| ac_cv_sizeof_ssize_t=4 |  | ||||||
| ac_cv_sizeof_u_int16_t=2 |  | ||||||
| ac_cv_sizeof_u_int32_t=4 |  | ||||||
| ac_cv_sizeof_u_int64_t=8 |  | ||||||
| ac_cv_sizeof_uint16_t=2 |  | ||||||
| ac_cv_sizeof_uint32_t=4 |  | ||||||
| ac_cv_sizeof_uint64_t=8 |  | ||||||
| ac_cv_sizeof_unsigned_int=4 |  | ||||||
| ac_cv_sizeof_unsigned_long=4 |  | ||||||
| ac_cv_sizeof_unsigned_long_long=8 |  | ||||||
| ac_cv_sizeof_unsigned_short=2 |  | ||||||
| ac_cv_sizeof_void_p=4 |  | ||||||
| @@ -1,5 +0,0 @@ | |||||||
| #!/bin/sh |  | ||||||
|  |  | ||||||
| . $TOPDIR/include/site/cris-linux |  | ||||||
| . $TOPDIR/include/site/linux-gnu |  | ||||||
|  |  | ||||||
| @@ -1,5 +0,0 @@ | |||||||
| #!/bin/sh |  | ||||||
|  |  | ||||||
| . $TOPDIR/include/site/cris-linux |  | ||||||
| . $TOPDIR/include/site/linux-uclibc |  | ||||||
|  |  | ||||||
| @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk | |||||||
| define Package/gdb/Default | define Package/gdb/Default | ||||||
|   SECTION:=devel |   SECTION:=devel | ||||||
|   CATEGORY:=Development |   CATEGORY:=Development | ||||||
|   DEPENDS:=@!(avr32||cris) +!USE_MUSL:libthread-db +PACKAGE_zlib:zlib |   DEPENDS:=+!USE_MUSL:libthread-db +PACKAGE_zlib:zlib | ||||||
|   URL:=http://www.gnu.org/software/gdb/ |   URL:=http://www.gnu.org/software/gdb/ | ||||||
| endef | endef | ||||||
|  |  | ||||||
|   | |||||||
| @@ -437,7 +437,7 @@ define KernelPackage/fs-xfs | |||||||
|   SUBMENU:=$(FS_MENU) |   SUBMENU:=$(FS_MENU) | ||||||
|   TITLE:=XFS filesystem support |   TITLE:=XFS filesystem support | ||||||
|   KCONFIG:=CONFIG_XFS_FS |   KCONFIG:=CONFIG_XFS_FS | ||||||
|   DEPENDS:= +kmod-fs-exportfs +kmod-lib-crc32c @!avr32 |   DEPENDS:= +kmod-fs-exportfs +kmod-lib-crc32c | ||||||
|   FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko |   FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko | ||||||
|   AUTOLOAD:=$(call AutoLoad,30,xfs,1) |   AUTOLOAD:=$(call AutoLoad,30,xfs,1) | ||||||
| endef | endef | ||||||
|   | |||||||
| @@ -60,7 +60,7 @@ define KernelPackage/mac80211/Default | |||||||
|   SUBMENU:=$(WMENU) |   SUBMENU:=$(WMENU) | ||||||
|   URL:=https://wireless.wiki.kernel.org/ |   URL:=https://wireless.wiki.kernel.org/ | ||||||
|   MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |   MAINTAINER:=Felix Fietkau <nbd@openwrt.org> | ||||||
|   DEPENDS:=@(!TARGET_avr32||BROKEN) @!TARGET_uml |   DEPENDS:=@!TARGET_uml | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define KernelPackage/cfg80211 | define KernelPackage/cfg80211 | ||||||
|   | |||||||
| @@ -42,7 +42,6 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \ | |||||||
| 	-e 's/sh[234].*/sh/' \ | 	-e 's/sh[234].*/sh/' \ | ||||||
| 	-e 's/mips.*/mips/' \ | 	-e 's/mips.*/mips/' \ | ||||||
| 	-e 's/mipsel.*/mips/' \ | 	-e 's/mipsel.*/mips/' \ | ||||||
| 	-e 's/cris.*/cris/' \ |  | ||||||
| ) | ) | ||||||
|  |  | ||||||
| TARGET_CFLAGS += $(FPIC) | TARGET_CFLAGS += $(FPIC) | ||||||
|   | |||||||
| @@ -94,7 +94,7 @@ ifdef CONFIG_USE_GLIBC | |||||||
|   TARGET_LDFLAGS_C += -lrt |   TARGET_LDFLAGS_C += -lrt | ||||||
| endif | endif | ||||||
|  |  | ||||||
| DRV_DEPENDS:=+PACKAGE_kmod-cfg80211:libnl-tiny @(!TARGET_avr32||BROKEN) | DRV_DEPENDS:=+PACKAGE_kmod-cfg80211:libnl-tiny | ||||||
|  |  | ||||||
| define Package/hostapd/Default | define Package/hostapd/Default | ||||||
|   SECTION:=net |   SECTION:=net | ||||||
|   | |||||||
| @@ -25,7 +25,7 @@ define Package/iw | |||||||
|   CATEGORY:=Network |   CATEGORY:=Network | ||||||
|   TITLE:=cfg80211 interface configuration utility |   TITLE:=cfg80211 interface configuration utility | ||||||
|   URL:=http://wireless.kernel.org/en/users/Documentation/iw |   URL:=http://wireless.kernel.org/en/users/Documentation/iw | ||||||
|   DEPENDS:= +libnl-tiny @(!TARGET_avr32||BROKEN) |   DEPENDS:= +libnl-tiny | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define Build/Configure | define Build/Configure | ||||||
|   | |||||||
| @@ -119,13 +119,6 @@ config arm_v6 | |||||||
| config arm_v7 | config arm_v7 | ||||||
| 	bool | 	bool | ||||||
|  |  | ||||||
| config avr32 |  | ||||||
| 	select BIG_ENDIAN |  | ||||||
| 	bool |  | ||||||
|  |  | ||||||
| config cris |  | ||||||
| 	bool |  | ||||||
|  |  | ||||||
| config i386 | config i386 | ||||||
| 	bool | 	bool | ||||||
|  |  | ||||||
| @@ -188,8 +181,6 @@ config ARCH | |||||||
| 	default "aarch64_be" if aarch64_be | 	default "aarch64_be" if aarch64_be | ||||||
| 	default "arm"       if arm | 	default "arm"       if arm | ||||||
| 	default "armeb"     if armeb | 	default "armeb"     if armeb | ||||||
| 	default "avr32"     if avr32 |  | ||||||
| 	default "cris"      if cris |  | ||||||
| 	default "i386"      if i386 | 	default "i386"      if i386 | ||||||
| 	default "i686"      if i686 | 	default "i686"      if i686 | ||||||
| 	default "m68k"      if m68k | 	default "m68k"      if m68k | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau