redboot-utils: move package fis to redboot-utils, add package fconfig
authorOyvind Repvik <nail@nslu2-linux.org>
Mon, 2 Apr 2007 10:53:19 +0000 (10:53 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Mon, 2 Apr 2007 10:53:19 +0000 (10:53 +0000)
packages/redboot-utils/.mtn2git_empty [moved from packages/fis/.mtn2git_empty with 100% similarity]
packages/redboot-utils/fconfig_20060419.bb [new file with mode: 0644]
packages/redboot-utils/fis_1.0.bb [moved from packages/fis/fis_1.0.bb with 100% similarity]

diff --git a/packages/redboot-utils/fconfig_20060419.bb b/packages/redboot-utils/fconfig_20060419.bb
new file mode 100644 (file)
index 0000000..d34d053
--- /dev/null
@@ -0,0 +1,9 @@
+DESCRIPTION = "Tool to edit the Redboot config from userspace"
+PR = "r0"
+
+SRC_URI = "http://andrzejekiert.ovh.org/software/fconfig/fconfig-20060419.tar.gz"
+
+S = ${WORKDIR}/fconfig
+do_compile() {
+       ${MAKE}
+}
\ No newline at end of file