Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b8df41f
ar7: update to v4.4
blogic May 17, 2016
f997940
au1000: bump to v4.4
blogic May 15, 2016
a1a54cf
at91: update to new image building code
blogic May 15, 2016
6397384
octeon: convert to new image building code
blogic May 15, 2016
ccb2bd6
lantiq: fix io_space_limit
blogic Jun 3, 2016
4bc438b
package/*: update git urls for project repos
blogic Jun 6, 2016
f438995
lantiq: add default lan setup to board.d script
blogic Jun 7, 2016
04e1f32
lantiq: fix a regression in the eiu irq loading code
blogic Jun 7, 2016
d01f91f
lantiq: use new property name for eiu irqs
blogic Jun 7, 2016
21ec711
mac80211: ath10k fix otp check patch
ianchi May 16, 2016
f7223c8
mtd: add linksys_bootcount for ipq806x
ianchi May 19, 2016
11b057e
uboot-envtools: add ipq806x support
blogic Jun 7, 2016
2909d45
ipq806x: qcom rpm fix support for smb208
ianchi May 30, 2016
f22d565
ipq806x: build Linksys EA8500 images
blogic Jun 7, 2016
e656fd1
ipq806x: base-files: add support for Linksys EA8500
ianchi May 13, 2016
b5c8268
ipq806x: add mangle bootargs options in config-4.4
ianchi May 25, 2016
c8d7a9f
ipg806x: set v4.4 as default
blogic Jun 7, 2016
6c5389d
ipq806x: move dts file to the files folder
blogic Jun 7, 2016
0e4f0de
ipq806x: add boot mangle patches
blogic Jun 9, 2016
07f303f
package/devel/gdb-arc: Add target GDB for ARC
abrodkin Jun 8, 2016
214ce01
toolchain/gdb: Use correct folder name for ARC patches
abrodkin Jun 9, 2016
c26d00a
ubox: update to latest git HEAD
blogic Jun 7, 2016
5eea1dd
feeds.conf.default: disable management feed
blogic Jun 9, 2016
669376e
ramips: enhance dma engine support
igvtee Dec 2, 2015
816053d
ramips: add gdma hsdma dts info
igvtee Dec 2, 2015
4e1a8bc
ramips: update i2c drivers
igvtee Jan 7, 2016
32b8dee
ramips: update i2c dtsi files
igvtee Jan 7, 2016
2556e13
ramips: add i2c clock
igvtee Jan 8, 2016
0bc5b76
ramips: improve i2s drivers
igvtee May 15, 2016
d0b4285
ramips: update i2s dtsi files
igvtee Feb 22, 2016
b188d08
ramips: add i2s clocks
igvtee May 17, 2016
af5a0fe
ramips: enable wm8960 kernel menuconfig select option
igvtee May 21, 2016
20fcd1b
ramips: add support for DuZun DM06
igvtee May 28, 2016
467fe76
libunwind: initial version 1.1
yousong Jun 9, 2016
6d657f5
strace: add option for enabling stack trace support
yousong Jun 9, 2016
21dcb0a
generic: Mangle bootloader's kernel arguments
ianchi Jun 11, 2016
82d7239
ipq806x: activate ATAG DTB mangle and EA8500 rootblock in dts
ianchi Jun 11, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion feeds.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ src-git packages https://github.com/openwrt/packages.git
src-git luci https://github.com/openwrt/luci.git
src-git routing https://github.com/openwrt-routing/packages.git
src-git telephony https://github.com/openwrt/telephony.git
src-git management https://github.com/openwrt-management/packages.git
src-git targets https://github.com/openwrt/targets.git
#src-git management https://github.com/openwrt-management/packages.git
#src-git oldpackages http://git.openwrt.org/packages.git
#src-link custom /usr/src/openwrt/custom-feed
4 changes: 4 additions & 0 deletions package/boot/uboot-envtools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ ifneq ($(CONFIG_TARGET_imx6),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DATA) ./files/imx6 $(1)/etc/uci-defaults/30_uboot-envtools
endif
ifneq ($(CONFIG_TARGET_ipq806x),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DATA) ./files/ipq $(1)/etc/uci-defaults/30_uboot-envtools
endif
ifneq ($(CONFIG_TARGET_kirkwood),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DATA) ./files/kirkwood $(1)/etc/uci-defaults/30_uboot-envtools
Expand Down
26 changes: 26 additions & 0 deletions package/boot/uboot-envtools/files/ipq
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/bin/sh
#
# Copyright (C) 2016 LEDE
#

[ -e /etc/config/ubootenv ] && exit 0

touch /etc/config/ubootenv

. /lib/ipq806x.sh
. /lib/uboot-envtools.sh
. /lib/functions.sh

board=$(ipq806x_board_name)


case "$board" in
"ea8500")
ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000"
;;
esac

config_load ubootenv
config_foreach ubootenv_add_app_config ubootenv

exit 0
94 changes: 94 additions & 0 deletions package/devel/gdb-arc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
#
# Copyright (C) 2006-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

include $(TOPDIR)/rules.mk

PKG_NAME:=gdb-arc
PKG_VERSION:=arc-2016.03-gdb
PKG_RELEASE:=1

PKG_SOURCE:=gdb-arc-2016.03-gdb.tar.gz
PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/archive/$(PKG_VERSION)
PKG_MD5SUM:=775caaf6385c16f20b6f53c0a2b95f79

PKG_BUILD_DIR:=$(BUILD_DIR)/binutils-gdb-arc-2016.03-gdb

PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
PKG_LICENSE:=GPL-3.0+

include $(INCLUDE_DIR)/package.mk

define Package/gdb-arc/Default
SECTION:=devel
CATEGORY:=Development
DEPENDS:=+!USE_MUSL:libthread-db +PACKAGE_zlib:zlib @arc
URL:=http://www.gnu.org/software/gdb/
endef

define Package/gdb-arc
$(call Package/gdb-arc/Default)
TITLE:=GNU Debugger for ARC
DEPENDS+=+libreadline +libncurses +zlib
endef

define Package/gdb-arc/description
GDB, the GNU Project debugger, allows you to see what is going on `inside'
another program while it executes -- or what another program was doing at the
moment it crashed.
endef

define Package/gdbserver-arc
$(call Package/gdb-arc/Default)
TITLE:=Remote server for GNU Debugger
endef

define Package/gdbserver-arc/description
GDBSERVER is a program that allows you to run GDB on a different machine than the
one which is running the program being debugged.
endef

# XXX: add --disable-werror to prevent build failure with arm
CONFIGURE_ARGS+= \
--with-system-readline \
--without-expat \
--without-lzma \
--disable-werror \
--disable-binutils \
--disable-ld \
--disable-gas \
--disable-sim

CONFIGURE_VARS+= \
ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"

define Build/Compile
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
CPPFLAGS="$(TARGET_CPPFLAGS)" \
all
endef

define Build/Install
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
CPPFLAGS="$(TARGET_CPPFLAGS)" \
install-gdb
endef

define Package/gdb-arc/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gdb $(1)/usr/bin/
endef

define Package/gdbserver-arc/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gdbserver $(1)/usr/bin/
endef

$(eval $(call BuildPackage,gdb-arc))
$(eval $(call BuildPackage,gdbserver-arc))
2 changes: 1 addition & 1 deletion package/devel/gdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/gdb/Default
SECTION:=devel
CATEGORY:=Development
DEPENDS:=+!USE_MUSL:libthread-db +PACKAGE_zlib:zlib
DEPENDS:=+!USE_MUSL:libthread-db +PACKAGE_zlib:zlib @!arc
URL:=http://www.gnu.org/software/gdb/
endef

Expand Down
11 changes: 10 additions & 1 deletion package/devel/strace/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=strace

PKG_VERSION:=4.11
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MD5SUM:=a15d2555a7febb56d00c6e1a51c655dc

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
Expand All @@ -23,6 +23,7 @@ PKG_LICENSE_FILES:=COPYRIGHT
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>

PKG_FIXUP:=autoreconf
PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_strace_libunwind
PKG_INSTALL:=1

include $(INCLUDE_DIR)/package.mk
Expand All @@ -39,6 +40,7 @@ define Package/strace
SECTION:=utils
CATEGORY:=Utilities
TITLE:=System call tracer
DEPENDS:=+PACKAGE_strace_libunwind:libunwind
URL:=http://strace.sourceforge.net/
endef

Expand All @@ -47,6 +49,13 @@ A useful diagnostic, instructional, and debugging tool. Allows you to track what
system calls a program makes while it is running.
endef

define Package/strace/config
config PACKAGE_strace_libunwind
bool "Enable stack tracing support using libunwind (experimental)"
default n
endef

CONFIGURE_ARGS += --with-libunwind=$(if $(CONFIG_PACKAGE_strace_libunwind),yes,no)
MAKE_FLAGS := \
CCOPT="$(TARGET_CFLAGS)"

Expand Down
20 changes: 0 additions & 20 deletions package/kernel/ar7-atm/patches-D7.04.03.00/250-4.1_fixes.patch

This file was deleted.

Loading