From f9bfa72ca284109db69d7a0a4f4eeafa4baaade1 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Thu, 27 Sep 2007 17:16:36 +0000 Subject: [PATCH] Removed a now unused envar. --- Config.in | 4 ---- common/libs/func_wrt_Makefile | 1 - 2 files changed, 5 deletions(-) diff --git a/Config.in b/Config.in index a8235da..71821ab 100644 --- a/Config.in +++ b/Config.in @@ -1087,10 +1087,6 @@ endif string "XSL stylesheet" default "$PROGNAME.xsl" - config PKG_LST - string "Package contents list" - default "unpacked" - #--- End Internal Settings endmenu diff --git a/common/libs/func_wrt_Makefile b/common/libs/func_wrt_Makefile index 598b5ca..d7bc70e 100644 --- a/common/libs/func_wrt_Makefile +++ b/common/libs/func_wrt_Makefile @@ -19,7 +19,6 @@ SHELL = /bin/bash SRC = /sources MOUNT_PT = $BUILDDIR -PKG_LST = $PKG_LST LUSER = $LUSER LGROUP = $LGROUP LHOME = $LHOME