From f954f4337b85bd8d8ad6a589bc63edf48f777ee6 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Wed, 18 May 2016 09:07:30 -0400 Subject: base-files: Add standard os-release file /etc/os-release is the standard distribution release information file, therefore add it (and image configuration options for fields not previously present in LEDE). Once it is deemed reasonable the non-standard openwrt_release, openwrt_version, and device_info files could be removed (that is with this patch we consider them deprecated in favour of the standard file). Signed-off-by: Daniel Dickinson --- package/base-files/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/base-files/Makefile') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index e51d65a..5cfb019 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -138,11 +138,13 @@ define Package/base-files/install $(VERSION_SED) \ $(1)/etc/banner \ - $(1)/etc/openwrt_version + $(1)/etc/openwrt_version \ + $(1)/usr/lib/os-release $(VERSION_SED_SCRIPT) \ $(1)/etc/openwrt_release \ - $(1)/etc/device_info + $(1)/etc/device_info \ + $(1)/usr/lib/os-release $(SED) "s#%PATH%#$(TARGET_INIT_PATH)#g" \ $(1)/sbin/hotplug-call \ -- cgit v1.1