update lilo to latest version (missing source), move files in ./files

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4907 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-10-04 17:09:08 +00:00
parent 85c3145e96
commit 9afb7b6db7
6 changed files with 13 additions and 15 deletions

View File

@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lilo
PKG_VERSION:=22.7.2
PKG_VERSION:=22.7.3
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@ -21,16 +21,16 @@ PKG_CAT:=zcat
include $(INCLUDE_DIR)/package.mk
define Package/lilo
SECTION:=base
CATEGORY:=Boot Loaders
TITLE:=lilo
DESCRIPTION:=lilo
URL:=ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/
DEPENDS:=@LINUX_2_6_X86||LINUX_2_4_X86
SECTION:=base
CATEGORY:=Boot Loaders
DEPENDS:=@LINUX_2_6_X86||LINUX_2_4_X86
TITLE:=lilo
URL:=ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/
endef
define Package/lilo/conffiles
/etc/lilo.conf
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) alles
@ -38,13 +38,11 @@ define Build/Compile
endef
define Package/lilo/install
mkdir -p $(1)/sbin
mkdir -p $(1)/etc/init.d
mkdir -p $(1)/boot
install -d -m0755 $(1)/sbin
$(CP) $(PKG_BUILD_DIR)/lilo.static $(1)/sbin/lilo
$(CP) lilo.conf $(1)/etc
$(CP) boot.msg $(1)/etc
#$(CP) S11Pivot $(1)/etc/init.d
install -d -m0755 $(1)/etc
$(CP) ./files/lilo.conf $(1)/etc/
$(CP) ./files/boot.msg $(1)/etc/
endef
$(eval $(call BuildPackage,lilo))

0
utils/lilo/README → utils/lilo/files/README Executable file → Normal file
View File

View File

0
utils/lilo/boot.msg → utils/lilo/files/boot.msg Executable file → Normal file
View File

0
utils/lilo/lilo.conf → utils/lilo/files/lilo.conf Executable file → Normal file
View File