From 30f6b7142d31a3b2b6ff9a5f0557c86db865add7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 18 Jun 2013 18:03:16 -0400 Subject: Initial commit. --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..e0cac3a --- /dev/null +++ b/build @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +# Host/target platform: +plat = dev + +# The OPK_SOURCE_VERSION_UPSTREAMs of packages: +busybox_ver = 1.21.0 + +# Nothing beyond this point requires updating for platform porting or new +# upstream package versions. + +base = /usr/share/platconf/$(plat) +busybox_platconf = config-busybox-$(plat).data/$(base)/busybox_$(busybox_ver) + +nop: + @: + +build: + @: + +install: build + install -D src/busybox/config $(busybox_platconf)/busybox.config -- cgit v0.9.1