Updated to properly set up 2.6 with early userspace file system boot

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4590 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
groz
2006-08-18 12:37:04 +00:00
parent 043fcdb8fb
commit e64ba29a7f
6 changed files with 19 additions and 42 deletions

View File

@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/lilo
SECTION:=base
CATEGORY:=X86 Boot Images
CATEGORY:=Boot Loaders
TITLE:=lilo
DESCRIPTION:=lilo
URL:=ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/
@ -44,7 +44,7 @@ define Package/lilo/install
$(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
#$(CP) S11Pivot $(1)/etc/init.d
endef
$(eval $(call BuildPackage,lilo))