build: remove obsolete references to cris and avr32
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44965
This commit is contained in:
parent
793a451584
commit
5d9eeab64a
15 changed files with 6 additions and 97 deletions
|
@ -518,7 +518,7 @@ endif
|
|||
|
||||
config KERNEL_SECCOMP
|
||||
bool "Enable seccomp support"
|
||||
depends on !(TARGET_uml || TARGET_avr32)
|
||||
depends on !(TARGET_uml)
|
||||
default n
|
||||
help
|
||||
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
|
||||
|
||||
# AVR32 uses a non-standard location
|
||||
ifeq ($(LINUX_KARCH),avr32)
|
||||
IMAGES_DIR:=images
|
||||
endif
|
||||
|
||||
# AMD64 shares the location with x86
|
||||
ifeq ($(LINUX_KARCH),x86_64)
|
||||
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
|
||||
SECTION:=devel
|
||||
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/
|
||||
endef
|
||||
|
||||
|
|
|
@ -437,7 +437,7 @@ define KernelPackage/fs-xfs
|
|||
SUBMENU:=$(FS_MENU)
|
||||
TITLE:=XFS filesystem support
|
||||
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
|
||||
AUTOLOAD:=$(call AutoLoad,30,xfs,1)
|
||||
endef
|
||||
|
|
|
@ -60,7 +60,7 @@ define KernelPackage/mac80211/Default
|
|||
SUBMENU:=$(WMENU)
|
||||
URL:=https://wireless.wiki.kernel.org/
|
||||
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
||||
DEPENDS:=@(!TARGET_avr32||BROKEN) @!TARGET_uml
|
||||
DEPENDS:=@!TARGET_uml
|
||||
endef
|
||||
|
||||
define KernelPackage/cfg80211
|
||||
|
|
|
@ -42,7 +42,6 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \
|
|||
-e 's/sh[234].*/sh/' \
|
||||
-e 's/mips.*/mips/' \
|
||||
-e 's/mipsel.*/mips/' \
|
||||
-e 's/cris.*/cris/' \
|
||||
)
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
|
|
@ -94,7 +94,7 @@ ifdef CONFIG_USE_GLIBC
|
|||
TARGET_LDFLAGS_C += -lrt
|
||||
endif
|
||||
|
||||
DRV_DEPENDS:=+PACKAGE_kmod-cfg80211:libnl-tiny @(!TARGET_avr32||BROKEN)
|
||||
DRV_DEPENDS:=+PACKAGE_kmod-cfg80211:libnl-tiny
|
||||
|
||||
define Package/hostapd/Default
|
||||
SECTION:=net
|
||||
|
|
|
@ -25,7 +25,7 @@ define Package/iw
|
|||
CATEGORY:=Network
|
||||
TITLE:=cfg80211 interface configuration utility
|
||||
URL:=http://wireless.kernel.org/en/users/Documentation/iw
|
||||
DEPENDS:= +libnl-tiny @(!TARGET_avr32||BROKEN)
|
||||
DEPENDS:= +libnl-tiny
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
|
|
@ -119,13 +119,6 @@ config arm_v6
|
|||
config arm_v7
|
||||
bool
|
||||
|
||||
config avr32
|
||||
select BIG_ENDIAN
|
||||
bool
|
||||
|
||||
config cris
|
||||
bool
|
||||
|
||||
config i386
|
||||
bool
|
||||
|
||||
|
@ -188,8 +181,6 @@ config ARCH
|
|||
default "aarch64_be" if aarch64_be
|
||||
default "arm" if arm
|
||||
default "armeb" if armeb
|
||||
default "avr32" if avr32
|
||||
default "cris" if cris
|
||||
default "i386" if i386
|
||||
default "i686" if i686
|
||||
default "m68k" if m68k
|
||||
|
|
Loading…
Reference in a new issue