mirror of
https://gitee.com/bianbu-linux/openwrt
synced 2025-04-24 23:07:16 -04:00
Initial commit for origin openwrt-23.05 branch
This commit is contained in:
commit
e4c86cc123
9031 changed files with 1571425 additions and 0 deletions
34
tools/sdimage/Makefile
Normal file
34
tools/sdimage/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
#
|
||||
# Copyright (C) 2015 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:=imx-uuc
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/mhei/fsl-imx-uuc.git
|
||||
PKG_SOURCE_DATE:=2018-11-18
|
||||
PKG_SOURCE_VERSION:=c6536ac5b4388b33c217bde2c3a76a4e96d64176
|
||||
PKG_MIRROR_HASH:=747fb640a0596cab7d516979188e1f85be58c470df85cf1f7e3dcf8a4c1b36e5
|
||||
|
||||
PKG_LICENSE:=GPL-2.0+
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
define Host/Configure
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
$(INSTALL_BIN) $(HOST_BUILD_DIR)/sdimage $(STAGING_DIR_HOST)/bin/sdimage
|
||||
endef
|
||||
|
||||
define Host/Clean
|
||||
rm -f $(STAGING_DIR_HOST)/bin/sdimage
|
||||
endef
|
||||
|
||||
$(eval $(call HostBuild))
|
13
tools/sdimage/patches/100-deactivate-ufb.patch
Normal file
13
tools/sdimage/patches/100-deactivate-ufb.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
Deactivate ufb, this needs the UAPI Linux kernel headers from >= 3.18,
|
||||
this tools is currently not used, so just remove it for now.
|
||||
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,6 +1,6 @@
|
||||
CC ?= $(CROSS_COMPILE)gcc
|
||||
BINDIR ?= /usr/sbin
|
||||
-PROGRAMS = uuc sdimage ufb
|
||||
+PROGRAMS = uuc sdimage
|
||||
LIBS ?= -lpthread
|
||||
|
||||
all: $(PROGRAMS)
|
Loading…
Add table
Add a link
Reference in a new issue