-#!/bin/sh
# Copyright (C) 2013 OpenWrt.org
get_dt_led_path() {
-#!/bin/sh
-
. /lib/functions.sh
migrate_led_sysfs() {
-#!/bin/sh
# Copyright (C) 2006-2013 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
-#!/bin/ash
-
. /lib/functions.sh
. /usr/share/libubox/jshn.sh
-#!/bin/sh
-
define_default_set_state() {
. /etc/diag.sh
}
-#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
-#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
-#!/bin/sh
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
-#!/bin/sh
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
-#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
-#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
-#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
-#!/bin/sh
# Copyright (C) 2006-2015 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
-#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
-#!/bin/sh
-
RAM_ROOT=/tmp/root
export BACKUP_FILE=sysupgrade.tgz # file extracted by preinit
-#!/bin/sh
# Copyright (C) 2014 OpenWrt.org
#
include $(TOPDIR)/rules.mk
PKG_NAME:=uci
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uci.git
PKG_SOURCE_PROTO:=git
-#!/bin/sh
# Shell script compatibility wrappers for /sbin/uci
#
# Copyright (C) 2008-2010 OpenWrt.org
include $(TOPDIR)/rules.mk
PKG_NAME:=urandom-seed
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_LICENSE:=GPL-2.0-only
include $(INCLUDE_DIR)/package.mk
-#!/bin/sh
-
log_urandom_seed() {
echo "urandom-seed: $1" > /dev/kmsg
}
-#!/bin/sh
-
set_preinit_iface() {
ifname=eth0
}
boot_hook_add preinit_main set_preinit_iface
-
-#!/bin/sh
-
. /lib/upgrade/common.sh
RECOVERY_PART=/dev/mmcblk0p6
-#!/bin/sh
-
move_config() {
local partdev
}
boot_hook_add preinit_mount_root move_config
-