X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Fgen_busybox_menuconfig.pl;h=5fe64783eb3d22383cdf9cf8c7a4394d3fe61363;hb=adc0e32478b179f98d4083a845aa3c114f43f1aa;hp=6ce323bb1387ebff2aa61556cfa9158b3d36499b;hpb=f77b88d124ea1c900f9cf5e04046939aad48bbe1;p=openwrt-10.03%2F.git diff --git a/scripts/gen_busybox_menuconfig.pl b/scripts/gen_busybox_menuconfig.pl old mode 100644 new mode 100755 index 6ce323bb1..5fe64783e --- a/scripts/gen_busybox_menuconfig.pl +++ b/scripts/gen_busybox_menuconfig.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + use strict; my $PATH = $ARGV[0]; ($PATH and -d $PATH) or die 'invalid path';