Author: nbd
Date: 2015-03-24 11:07:40 +0100 (Tue, 24 Mar 2015)
New Revision: 44965

Removed:
   trunk/include/site/avr32-linux
   trunk/include/site/avr32-openwrt-linux-gnu
   trunk/include/site/avr32-openwrt-linux-uclibc
   trunk/include/site/cris-linux
   trunk/include/site/cris-openwrt-linux-gnu
   trunk/include/site/cris-openwrt-linux-uclibc
Modified:
   trunk/config/Config-kernel.in
   trunk/include/kernel-defaults.mk
   trunk/package/devel/gdb/Makefile
   trunk/package/kernel/linux/modules/fs.mk
   trunk/package/kernel/mac80211/Makefile
   trunk/package/libs/uclibc++/Makefile
   trunk/package/network/services/hostapd/Makefile
   trunk/package/network/utils/iw/Makefile
   trunk/target/Config.in
Log:
build: remove obsolete references to cris and avr32

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/config/Config-kernel.in
===================================================================
--- trunk/config/Config-kernel.in       2015-03-24 10:07:31 UTC (rev 44964)
+++ trunk/config/Config-kernel.in       2015-03-24 10:07:40 UTC (rev 44965)
@@ -518,7 +518,7 @@
 
 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.

Modified: trunk/include/kernel-defaults.mk
===================================================================
--- trunk/include/kernel-defaults.mk    2015-03-24 10:07:31 UTC (rev 44964)
+++ trunk/include/kernel-defaults.mk    2015-03-24 10:07:40 UTC (rev 44965)
@@ -127,11 +127,6 @@
 
 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

Deleted: trunk/include/site/avr32-linux
===================================================================
--- trunk/include/site/avr32-linux      2015-03-24 10:07:31 UTC (rev 44964)
+++ trunk/include/site/avr32-linux      2015-03-24 10:07:40 UTC (rev 44965)
@@ -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

Deleted: trunk/include/site/avr32-openwrt-linux-gnu
===================================================================
--- trunk/include/site/avr32-openwrt-linux-gnu  2015-03-24 10:07:31 UTC (rev 
44964)
+++ trunk/include/site/avr32-openwrt-linux-gnu  2015-03-24 10:07:40 UTC (rev 
44965)
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-. $TOPDIR/include/site/avr32-linux
-. $TOPDIR/include/site/linux-gnu
-

Deleted: trunk/include/site/avr32-openwrt-linux-uclibc
===================================================================
--- trunk/include/site/avr32-openwrt-linux-uclibc       2015-03-24 10:07:31 UTC 
(rev 44964)
+++ trunk/include/site/avr32-openwrt-linux-uclibc       2015-03-24 10:07:40 UTC 
(rev 44965)
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-. $TOPDIR/include/site/avr32-linux
-. $TOPDIR/include/site/linux-uclibc
-

Deleted: trunk/include/site/cris-linux
===================================================================
--- trunk/include/site/cris-linux       2015-03-24 10:07:31 UTC (rev 44964)
+++ trunk/include/site/cris-linux       2015-03-24 10:07:40 UTC (rev 44965)
@@ -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

Deleted: trunk/include/site/cris-openwrt-linux-gnu
===================================================================
--- trunk/include/site/cris-openwrt-linux-gnu   2015-03-24 10:07:31 UTC (rev 
44964)
+++ trunk/include/site/cris-openwrt-linux-gnu   2015-03-24 10:07:40 UTC (rev 
44965)
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-. $TOPDIR/include/site/cris-linux
-. $TOPDIR/include/site/linux-gnu
-

Deleted: trunk/include/site/cris-openwrt-linux-uclibc
===================================================================
--- trunk/include/site/cris-openwrt-linux-uclibc        2015-03-24 10:07:31 UTC 
(rev 44964)
+++ trunk/include/site/cris-openwrt-linux-uclibc        2015-03-24 10:07:40 UTC 
(rev 44965)
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-. $TOPDIR/include/site/cris-linux
-. $TOPDIR/include/site/linux-uclibc
-

Modified: trunk/package/devel/gdb/Makefile
===================================================================
--- trunk/package/devel/gdb/Makefile    2015-03-24 10:07:31 UTC (rev 44964)
+++ trunk/package/devel/gdb/Makefile    2015-03-24 10:07:40 UTC (rev 44965)
@@ -24,7 +24,7 @@
 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
 

Modified: trunk/package/kernel/linux/modules/fs.mk
===================================================================
--- trunk/package/kernel/linux/modules/fs.mk    2015-03-24 10:07:31 UTC (rev 
44964)
+++ trunk/package/kernel/linux/modules/fs.mk    2015-03-24 10:07:40 UTC (rev 
44965)
@@ -437,7 +437,7 @@
   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

Modified: trunk/package/kernel/mac80211/Makefile
===================================================================
--- trunk/package/kernel/mac80211/Makefile      2015-03-24 10:07:31 UTC (rev 
44964)
+++ trunk/package/kernel/mac80211/Makefile      2015-03-24 10:07:40 UTC (rev 
44965)
@@ -60,7 +60,7 @@
   SUBMENU:=$(WMENU)
   URL:=https://wireless.wiki.kernel.org/
   MAINTAINER:=Felix Fietkau <[email protected]>
-  DEPENDS:=@(!TARGET_avr32||BROKEN) @!TARGET_uml
+  DEPENDS:=@!TARGET_uml
 endef
 
 define KernelPackage/cfg80211

Modified: trunk/package/libs/uclibc++/Makefile
===================================================================
--- trunk/package/libs/uclibc++/Makefile        2015-03-24 10:07:31 UTC (rev 
44964)
+++ trunk/package/libs/uclibc++/Makefile        2015-03-24 10:07:40 UTC (rev 
44965)
@@ -42,7 +42,6 @@
        -e 's/sh[234].*/sh/' \
        -e 's/mips.*/mips/' \
        -e 's/mipsel.*/mips/' \
-       -e 's/cris.*/cris/' \
 )
 
 TARGET_CFLAGS += $(FPIC)

Modified: trunk/package/network/services/hostapd/Makefile
===================================================================
--- trunk/package/network/services/hostapd/Makefile     2015-03-24 10:07:31 UTC 
(rev 44964)
+++ trunk/package/network/services/hostapd/Makefile     2015-03-24 10:07:40 UTC 
(rev 44965)
@@ -94,7 +94,7 @@
   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

Modified: trunk/package/network/utils/iw/Makefile
===================================================================
--- trunk/package/network/utils/iw/Makefile     2015-03-24 10:07:31 UTC (rev 
44964)
+++ trunk/package/network/utils/iw/Makefile     2015-03-24 10:07:40 UTC (rev 
44965)
@@ -25,7 +25,7 @@
   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

Modified: trunk/target/Config.in
===================================================================
--- trunk/target/Config.in      2015-03-24 10:07:31 UTC (rev 44964)
+++ trunk/target/Config.in      2015-03-24 10:07:40 UTC (rev 44965)
@@ -119,13 +119,6 @@
 config arm_v7
        bool
 
-config avr32
-       select BIG_ENDIAN
-       bool
-
-config cris
-       bool
-
 config i386
        bool
 
@@ -188,8 +181,6 @@
        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
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to